Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(155)

Unified Diff: ash/common/shell_observer.h

Issue 2047373002: Moves ShellObserver to ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/aura/wm_shell_aura.h ('k') | ash/desktop_background/desktop_background_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/shell_observer.h
diff --git a/ash/shell_observer.h b/ash/common/shell_observer.h
similarity index 95%
rename from ash/shell_observer.h
rename to ash/common/shell_observer.h
index 15ca2f4d7951927da142027d70cc85a1da4d95fa..24c7d979c1a7ebf9933f68d148e17c7055c7d18b 100644
--- a/ash/shell_observer.h
+++ b/ash/common/shell_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_SHELL_OBSERVER_H_
-#define ASH_SHELL_OBSERVER_H_
+#ifndef ASH_COMMON_SHELL_OBSERVER_H_
+#define ASH_COMMON_SHELL_OBSERVER_H_
#include "ash/ash_export.h"
#include "ash/common/login_status.h"
@@ -73,4 +73,4 @@ class ASH_EXPORT ShellObserver {
} // namespace ash
-#endif // ASH_SHELL_OBSERVER_H_
+#endif // ASH_COMMON_SHELL_OBSERVER_H_
« no previous file with comments | « ash/aura/wm_shell_aura.h ('k') | ash/desktop_background/desktop_background_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698