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

Unified Diff: chromecast/base/chromecast_switches.h

Issue 1151253003: Chromecast: moves chromecast_switches.* from common/ to base/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « no previous file | chromecast/base/chromecast_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/base/chromecast_switches.h
diff --git a/chromecast/common/chromecast_switches.h b/chromecast/base/chromecast_switches.h
similarity index 81%
rename from chromecast/common/chromecast_switches.h
rename to chromecast/base/chromecast_switches.h
index 697a8a15763dc68be929d7f93b428005d53280c6..c5ba5cbb902cd21fedfbc1452dd1b2335e7b38fa 100644
--- a/chromecast/common/chromecast_switches.h
+++ b/chromecast/base/chromecast_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 CHROMECAST_COMMON_CHROMECAST_SWITCHES_H_
-#define CHROMECAST_COMMON_CHROMECAST_SWITCHES_H_
+#ifndef CHROMECAST_BASE_CHROMECAST_SWITCHES_H_
+#define CHROMECAST_BASE_CHROMECAST_SWITCHES_H_
#include "build/build_config.h"
@@ -28,4 +28,4 @@ extern const char kPreviousApp[];
} // namespace switches
-#endif // CHROMECAST_COMMON_CHROMECAST_SWITCHES_H_
+#endif // CHROMECAST_BASE_CHROMECAST_SWITCHES_H_
« no previous file with comments | « no previous file | chromecast/base/chromecast_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698