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

Unified Diff: ash/shared/immersive_revealed_lock.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_handler_factory.cc ('k') | ash/shared/immersive_revealed_lock.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shared/immersive_revealed_lock.h
diff --git a/ash/common/wm/immersive_revealed_lock.h b/ash/shared/immersive_revealed_lock.h
similarity index 88%
rename from ash/common/wm/immersive_revealed_lock.h
rename to ash/shared/immersive_revealed_lock.h
index 251879b24902a63a35b9910157c9a877d539377f..ee29d18be3786d4d89838784d8fc9541b64c8a47 100644
--- a/ash/common/wm/immersive_revealed_lock.h
+++ b/ash/shared/immersive_revealed_lock.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_COMMON_WM_IMMERSIVE_REVEALED_LOCK_H_
-#define ASH_COMMON_WM_IMMERSIVE_REVEALED_LOCK_H_
+#ifndef ASH_SHARED_IMMERSIVE_REVEALED_LOCK_H_
+#define ASH_SHARED_IMMERSIVE_REVEALED_LOCK_H_
#include "ash/ash_export.h"
#include "base/macros.h"
@@ -41,4 +41,4 @@ class ASH_EXPORT ImmersiveRevealedLock {
} // namespace ash
-#endif // ASH_COMMON_WM_IMMERSIVE_REVEALED_LOCK_H_
+#endif // ASH_SHARED_IMMERSIVE_REVEALED_LOCK_H_
« no previous file with comments | « ash/shared/immersive_handler_factory.cc ('k') | ash/shared/immersive_revealed_lock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698