| Index: ash/common/system/chromeos/session/last_window_closed_observer.h
|
| diff --git a/ash/system/chromeos/session/last_window_closed_observer.h b/ash/common/system/chromeos/session/last_window_closed_observer.h
|
| similarity index 60%
|
| rename from ash/system/chromeos/session/last_window_closed_observer.h
|
| rename to ash/common/system/chromeos/session/last_window_closed_observer.h
|
| index bf89b801744b511ba4c38d15f772c908eeada9d4..94621f6ba85be066dcfdf0ea3980b6dcfc3100e0 100644
|
| --- a/ash/system/chromeos/session/last_window_closed_observer.h
|
| +++ b/ash/common/system/chromeos/session/last_window_closed_observer.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_SYSTEM_CHROMEOS_SESSION_LAST_WINDOW_CLOSED_OBSERVER_H_
|
| -#define ASH_SYSTEM_CHROMEOS_SESSION_LAST_WINDOW_CLOSED_OBSERVER_H_
|
| +#ifndef ASH_COMMON_SYSTEM_CHROMEOS_SESSION_LAST_WINDOW_CLOSED_OBSERVER_H_
|
| +#define ASH_COMMON_SYSTEM_CHROMEOS_SESSION_LAST_WINDOW_CLOSED_OBSERVER_H_
|
|
|
| namespace ash {
|
|
|
| @@ -17,4 +17,4 @@ class LastWindowClosedObserver {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_SYSTEM_CHROMEOS_SESSION_LAST_WINDOW_CLOSED_OBSERVER_H_
|
| +#endif // ASH_COMMON_SYSTEM_CHROMEOS_SESSION_LAST_WINDOW_CLOSED_OBSERVER_H_
|
|
|