| Index: ash/shelf/shelf_locking_manager.cc
|
| diff --git a/ash/common/shelf/shelf_locking_manager.cc b/ash/shelf/shelf_locking_manager.cc
|
| similarity index 95%
|
| rename from ash/common/shelf/shelf_locking_manager.cc
|
| rename to ash/shelf/shelf_locking_manager.cc
|
| index aabc1450adf76c72180e77a7fd6825f3ee60e0a6..362eedc34354a66a4857467b2e4bed46e7b94930 100644
|
| --- a/ash/common/shelf/shelf_locking_manager.cc
|
| +++ b/ash/shelf/shelf_locking_manager.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/common/shelf/shelf_locking_manager.h"
|
| +#include "ash/shelf/shelf_locking_manager.h"
|
|
|
| #include "ash/common/session/session_state_delegate.h"
|
| -#include "ash/common/shelf/wm_shelf.h"
|
| #include "ash/common/wm_shell.h"
|
| +#include "ash/shelf/wm_shelf.h"
|
|
|
| namespace ash {
|
|
|
|
|