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

Unified Diff: ash/common/ash_switches.h

Issue 2074213002: mash: Move ash_switches.* to ash/common; cleanup DEPS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix broken relative include. 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/common/DEPS ('k') | ash/common/ash_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/ash_switches.h
diff --git a/ash/ash_switches.h b/ash/common/ash_switches.h
similarity index 95%
rename from ash/ash_switches.h
rename to ash/common/ash_switches.h
index ad89838d836072c299f800e2b8461455a781b458..d798e3e57584c81d02dde2cb8a5b66d78af19b8a 100644
--- a/ash/ash_switches.h
+++ b/ash/common/ash_switches.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_ASH_SWITCHES_H_
-#define ASH_ASH_SWITCHES_H_
+#ifndef ASH_COMMON_ASH_SWITCHES_H_
+#define ASH_COMMON_ASH_SWITCHES_H_
#include "ash/ash_export.h"
@@ -60,4 +60,4 @@ ASH_EXPORT bool ConstrainPointerToRoot();
} // namespace switches
} // namespace ash
-#endif // ASH_ASH_SWITCHES_H_
+#endif // ASH_COMMON_ASH_SWITCHES_H_
« no previous file with comments | « ash/common/DEPS ('k') | ash/common/ash_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698