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

Unified Diff: chrome/browser/extensions/pending_enables.cc

Issue 195873020: [Sync] Move SyncPrefs into sync_driver component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rerererebase Created 6 years, 9 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 | « chrome/browser/extensions/pending_enables.h ('k') | chrome/browser/prefs/browser_prefs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/pending_enables.cc
diff --git a/chrome/browser/extensions/pending_enables.cc b/chrome/browser/extensions/pending_enables.cc
index f7af99dafc9e6b89bbcf5d06299fe6863b07bc7e..64558c5975feb306662e6756d45a563cd65879dc 100644
--- a/chrome/browser/extensions/pending_enables.cc
+++ b/chrome/browser/extensions/pending_enables.cc
@@ -6,18 +6,17 @@
#include "chrome/browser/extensions/extension_service.h"
#include "chrome/browser/extensions/sync_bundle.h"
-#include "chrome/browser/sync/sync_prefs.h"
+#include "components/sync_driver/sync_prefs.h"
namespace extensions {
-PendingEnables::PendingEnables(scoped_ptr<browser_sync::SyncPrefs> sync_prefs,
+PendingEnables::PendingEnables(scoped_ptr<sync_driver::SyncPrefs> sync_prefs,
SyncBundle* sync_bundle,
syncer::ModelType enable_type)
: sync_prefs_(sync_prefs.Pass()),
sync_bundle_(sync_bundle),
enable_type_(enable_type),
- is_sync_enabled_for_test_(false) {
-}
+ is_sync_enabled_for_test_(false) {}
PendingEnables::~PendingEnables() {
}
« no previous file with comments | « chrome/browser/extensions/pending_enables.h ('k') | chrome/browser/prefs/browser_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698