Index: components/arc/arc_pref_names.h |
diff --git a/components/proxy_config/proxy_config_pref_names.cc b/components/arc/arc_pref_names.h |
similarity index 53% |
copy from components/proxy_config/proxy_config_pref_names.cc |
copy to components/arc/arc_pref_names.h |
index 9e65ad6e11e5b7777a727a209f22b71d6416f0d5..456f0b0b9da869adb4f4cf686afee30a22fee727 100644 |
--- a/components/proxy_config/proxy_config_pref_names.cc |
+++ b/components/arc/arc_pref_names.h |
@@ -2,14 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "components/proxy_config/proxy_config_pref_names.h" |
+#ifndef COMPONENTS_ARC_PREF_NAMES_H_ |
+#define COMPONENTS_ARC_PREF_NAMES_H_ |
-namespace proxy_config { |
+namespace arc { |
namespace prefs { |
-// Preference to store proxy settings. |
-const char kProxy[] = "proxy"; |
+extern const char kArcEnabled[]; |
} // namespace prefs |
-} // namespace proxy_config |
+} // namespace arc |
+#endif // COMPONENTS_ARC_PREF_NAMES_H_ |