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

Unified Diff: chrome/browser/sync/profile_sync_factory.h

Issue 8590041: sync: remove includes from ProfileSyncFactory + add to AutofillDataTypeController (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/sync/glue/autofill_data_type_controller.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/browser/sync/glue/autofill_data_type_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698