Index: components/component_updater/browser/component_updater_switches.h |
diff --git a/apps/shell/common/switches.h b/components/component_updater/browser/component_updater_switches.h |
similarity index 56% |
copy from apps/shell/common/switches.h |
copy to components/component_updater/browser/component_updater_switches.h |
index 2ea9f107746a5dd91a964900925846bd0415debe..14085b4d2c93ad78321422164785f00ced218d16 100644 |
--- a/apps/shell/common/switches.h |
+++ b/components/component_updater/browser/component_updater_switches.h |
@@ -2,18 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef APPS_SHELL_COMMON_SWITCHES_H_ |
-#define APPS_SHELL_COMMON_SWITCHES_H_ |
+#ifndef COMPONENTS_COMPONENT_UPDATER_BROWSER_COMPONENT_UPDATER_SWITCHES_H_ |
Sorin Jianu
2014/06/30 22:27:53
I wonder why this does not look like a new file.
tommycli
2014/07/01 00:03:04
I think 'git' detects this as a copy, since the co
|
+#define COMPONENTS_COMPONENT_UPDATER_BROWSER_COMPONENT_UPDATER_SWITCHES_H_ |
-namespace apps { |
namespace switches { |
// All switches in alphabetical order. The switches should be documented |
// alongside the definition of their values in the .cc file. |
-extern const char kApp[]; |
-extern const char kHostWindowBounds[]; |
+extern const char kComponentUpdater[]; |
} // namespace switches |
-} // namespace apps |
-#endif // APPS_SHELL_COMMON_SWITCHES_H_ |
+#endif // COMPONENTS_COMPONENT_UPDATER_BROWSER_COMPONENT_UPDATER_SWITCHES_H_ |