Index: chrome/browser/sync/profile_sync_service_android.h |
diff --git a/chrome/browser/sync/profile_sync_service_android.h b/chrome/browser/sync/profile_sync_service_android.h |
index 5af9cd817feae8e512619f79f5be7eae091cdded..92451cd4ff8c5c6fa4ce512c2083e78119a87a68 100644 |
--- a/chrome/browser/sync/profile_sync_service_android.h |
+++ b/chrome/browser/sync/profile_sync_service_android.h |
@@ -13,7 +13,7 @@ |
#include "base/compiler_specific.h" |
#include "base/time/time.h" |
#include "chrome/browser/sync/profile_sync_service_observer.h" |
-#include "chrome/browser/sync/sync_prefs.h" |
+#include "components/sync_driver/sync_prefs.h" |
#include "google/cacheinvalidation/include/types.h" |
#include "google_apis/gaia/google_service_auth_error.h" |
@@ -222,7 +222,7 @@ class ProfileSyncServiceAndroid : public ProfileSyncServiceObserver { |
ProfileSyncService* sync_service_; |
// The class that handles getting, setting, and persisting sync |
// preferences. |
- scoped_ptr<browser_sync::SyncPrefs> sync_prefs_; |
+ scoped_ptr<sync_driver::SyncPrefs> sync_prefs_; |
// Java-side ProfileSyncService object. |
JavaObjectWeakGlobalRef weak_java_profile_sync_service_; |