Lock screen for Chrome-Athena
[chromium-blink-merge.git] / athena / screen_lock / shell / shell_screen_lock_manager.cc
blobbb9c235670deb07b5303298b798c09f86ba3f244
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"
6 #include "base/macros.h"
8 namespace athena {
10 ScreenLockManager* ScreenLockManager::Create() {
11 return NULL;
14 } // namespace athena