1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "athena/screen_lock/screen_lock_manager_base.h"
7 #include "base/logging.h"
12 ScreenLockManager
* instance
= nullptr;
16 ScreenLockManagerBase::ScreenLockManagerBase() {
21 ScreenLockManagerBase::~ScreenLockManagerBase() {
22 DCHECK_EQ(instance
, this);
27 ScreenLockManager
* ScreenLockManager::Get() {
32 void ScreenLockManager::Shutdown() {