Index: chrome/browser/sync/profile_sync_service.h |
diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h |
index 3b37103e56a87c39c5efd842a377b2833eeaca95..509fed55f1464d82b9703151fc34ed525add07c9 100644 |
--- a/chrome/browser/sync/profile_sync_service.h |
+++ b/chrome/browser/sync/profile_sync_service.h |
@@ -25,7 +25,6 @@ |
#include "chrome/browser/sync/glue/data_type_controller.h" |
#include "chrome/browser/sync/glue/data_type_manager.h" |
#include "chrome/browser/sync/glue/sync_backend_host.h" |
-#include "chrome/browser/sync/internal_api/sync_manager.h" |
#include "chrome/browser/sync/profile_sync_service_observer.h" |
#include "chrome/browser/sync/sync_prefs.h" |
#include "chrome/common/net/gaia/google_service_auth_error.h" |
@@ -34,6 +33,7 @@ |
#include "content/public/browser/notification_types.h" |
#include "googleurl/src/gurl.h" |
#include "sync/engine/model_safe_worker.h" |
+#include "sync/internal_api/sync_manager.h" |
tim (not reviewing)
2012/04/20 21:09:12
Do we actually need this in here?
akalin
2012/04/20 21:55:57
Removed (also in .cc file)
|
#include "sync/js/sync_js_controller.h" |
#include "sync/syncable/model_type.h" |
#include "sync/util/unrecoverable_error_handler.h" |