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

Unified Diff: components/component_updater/pref_names.h

Issue 334783002: Componentize component_updater: Move some paths/constants to component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add component updater to common dependency list Created 6 years, 5 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
Index: components/component_updater/pref_names.h
diff --git a/components/invalidation/invalidation_prefs.h b/components/component_updater/pref_names.h
similarity index 50%
copy from components/invalidation/invalidation_prefs.h
copy to components/component_updater/pref_names.h
index 2fdc5f230e504c02bb95b26474762285a36ed4a0..aedc2b1adc2e6b1f081b0a7d0e9656676b30a8ad 100644
--- a/components/invalidation/invalidation_prefs.h
+++ b/components/component_updater/pref_names.h
@@ -2,14 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-namespace invalidation {
-namespace prefs {
-
-extern const char kInvalidatorClientId[];
+#ifndef COMPONENTS_COMPONENT_UPDATER_PREF_NAMES_H_
+#define COMPONENTS_COMPONENT_UPDATER_PREF_NAMES_H_
-extern const char kInvalidatorInvalidationState[];
+namespace prefs {
-extern const char kInvalidatorSavedInvalidations[];
+extern const char kRecoveryComponentVersion[];
} // namespace prefs
-} // namespace invalidation
+
+#endif // COMPONENTS_COMPONENT_UPDATER_PREF_NAMES_H_
« no previous file with comments | « components/component_updater/component_updater_switches.cc ('k') | components/component_updater/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698