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

Unified Diff: ash/shared/immersive_handler_factory.h

Issue 2265563002: Shuffles around immersive related classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@immersive_pure_virtual
Patch Set: move comment Created 4 years, 4 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/shared/immersive_fullscreen_controller_delegate.h ('k') | ash/shared/immersive_handler_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shared/immersive_handler_factory.h
diff --git a/ash/wm/immersive_handler_factory.h b/ash/shared/immersive_handler_factory.h
similarity index 86%
rename from ash/wm/immersive_handler_factory.h
rename to ash/shared/immersive_handler_factory.h
index e5274f61ab1fc1442847d6ea1942836a0e9def0e..5c387697bd87b5fafb1277bf1f71082596aec66d 100644
--- a/ash/wm/immersive_handler_factory.h
+++ b/ash/shared/immersive_handler_factory.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_WM_IMMERSIVE_HANDLER_FACTORY_H_
-#define ASH_WM_IMMERSIVE_HANDLER_FACTORY_H_
+#ifndef ASH_SHARED_IMMERSIVE_HANDLER_FACTORY_H_
+#define ASH_SHARED_IMMERSIVE_HANDLER_FACTORY_H_
#include <memory>
@@ -36,4 +36,4 @@ class ASH_EXPORT ImmersiveHandlerFactory {
} // namespace ash
-#endif // ASH_WM_IMMERSIVE_HANDLER_FACTORY_H_
+#endif // ASH_SHARED_IMMERSIVE_HANDLER_FACTORY_H_
« no previous file with comments | « ash/shared/immersive_fullscreen_controller_delegate.h ('k') | ash/shared/immersive_handler_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698