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

Unified Diff: components/sync/base/pref_names.h

Issue 2395533003: [Sync] Move some things from driver to base. (Closed)
Patch Set: Rebase. Created 4 years, 2 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 | « components/sync/base/invalidation_helper.cc ('k') | components/sync/base/pref_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/base/pref_names.h
diff --git a/components/sync/driver/pref_names.h b/components/sync/base/pref_names.h
similarity index 95%
rename from components/sync/driver/pref_names.h
rename to components/sync/base/pref_names.h
index 1f03dd3722aca2a443d1b1ddc7af6cc5d412f52a..ae776ff0961d3a0d682d5bc0300e8ddf34b84d13 100644
--- a/components/sync/driver/pref_names.h
+++ b/components/sync/base/pref_names.h
@@ -4,8 +4,8 @@
// Constants for the names of various sync preferences, for easier changing.
-#ifndef COMPONENTS_SYNC_DRIVER_PREF_NAMES_H_
-#define COMPONENTS_SYNC_DRIVER_PREF_NAMES_H_
+#ifndef COMPONENTS_SYNC_BASE_PREF_NAMES_H_
+#define COMPONENTS_SYNC_BASE_PREF_NAMES_H_
#include "build/build_config.h"
@@ -85,4 +85,4 @@ extern const char kSyncNigoriStateForPassphraseTransition[];
} // namespace syncer
-#endif // COMPONENTS_SYNC_DRIVER_PREF_NAMES_H_
+#endif // COMPONENTS_SYNC_BASE_PREF_NAMES_H_
« no previous file with comments | « components/sync/base/invalidation_helper.cc ('k') | components/sync/base/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698