| Index: ash/shell_observer.h
|
| diff --git a/ash/common/shell_observer.h b/ash/shell_observer.h
|
| similarity index 94%
|
| rename from ash/common/shell_observer.h
|
| rename to ash/shell_observer.h
|
| index facc29b9e2f289e6f2b7467ea49ebe413d625a70..899bb5398b66d782a60b2e75ae53e83bea73844e 100644
|
| --- a/ash/common/shell_observer.h
|
| +++ b/ash/shell_observer.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_COMMON_SHELL_OBSERVER_H_
|
| -#define ASH_COMMON_SHELL_OBSERVER_H_
|
| +#ifndef ASH_SHELL_OBSERVER_H_
|
| +#define ASH_SHELL_OBSERVER_H_
|
|
|
| #include "ash/ash_export.h"
|
| -#include "ash/common/login_status.h"
|
| +#include "ash/login_status.h"
|
|
|
| namespace ash {
|
|
|
| @@ -79,4 +79,4 @@ class ASH_EXPORT ShellObserver {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_SHELL_OBSERVER_H_
|
| +#endif // ASH_SHELL_OBSERVER_H_
|
|
|