Index: chrome/browser/sync/profile_sync_factory.h |
diff --git a/chrome/browser/sync/profile_sync_factory.h b/chrome/browser/sync/profile_sync_factory.h |
index 56bd929400f8a030f5a82007d05b84951f274084..17c4a141794a7b9f9ed2d4ffdb77297b12db7eeb 100644 |
--- a/chrome/browser/sync/profile_sync_factory.h |
+++ b/chrome/browser/sync/profile_sync_factory.h |
@@ -7,12 +7,8 @@ |
#pragma once |
#include <string> |
-#include <utility> |
-#include "base/task.h" |
-#include "chrome/browser/sync/glue/change_processor.h" |
#include "chrome/browser/sync/glue/data_type_controller.h" |
-#include "chrome/browser/sync/glue/model_associator.h" |
#include "chrome/browser/sync/unrecoverable_error_handler.h" |
class PasswordStore; |
@@ -21,6 +17,8 @@ class SyncableService; |
class WebDataService; |
namespace browser_sync { |
+class AssociatorInterface; |
+class ChangeProcessor; |
class DataTypeManager; |
class GenericChangeProcessor; |
class SharedChangeProcessor; |