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

Unified Diff: components/sync/driver/pref_names.cc

Issue 2203673002: [Sync] Move //components/sync_driver to //components/sync/driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sd-a
Patch Set: Full change rebased on static lib. Created 4 years, 4 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/driver/pref_names.h ('k') | components/sync/driver/protocol_event_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/driver/pref_names.cc
diff --git a/components/sync_driver/pref_names.cc b/components/sync/driver/pref_names.cc
similarity index 97%
rename from components/sync_driver/pref_names.cc
rename to components/sync/driver/pref_names.cc
index a2cee32625717fdd8f6d03978f865bdaaa51baa5..b97302997f4a13ab7581642733a69114ab565390 100644
--- a/components/sync_driver/pref_names.cc
+++ b/components/sync/driver/pref_names.cc
@@ -3,7 +3,7 @@
// found in the LICENSE file.
#include "build/build_config.h"
-#include "components/sync_driver/pref_names.h"
+#include "components/sync/driver/pref_names.h"
namespace sync_driver {
@@ -54,8 +54,7 @@ const char kSyncSessions[] = "sync.sessions";
const char kSyncSupervisedUserSettings[] = "sync.managed_user_settings";
const char kSyncSupervisedUserSharedSettings[] =
"sync.managed_user_shared_settings";
-const char kSyncSupervisedUserWhitelists[] =
- "sync.managed_user_whitelists";
+const char kSyncSupervisedUserWhitelists[] = "sync.managed_user_whitelists";
const char kSyncSupervisedUsers[] = "sync.managed_users";
const char kSyncSyncedNotificationAppInfo[] =
"sync.synced_notification_app_info";
« no previous file with comments | « components/sync/driver/pref_names.h ('k') | components/sync/driver/protocol_event_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698