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

Unified Diff: chrome/browser/sync/glue/autofill_data_type_controller.h

Issue 317453002: sync: cut a few profile deps from DataTypeControllers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more missing files... Created 6 years, 6 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
Index: chrome/browser/sync/glue/autofill_data_type_controller.h
diff --git a/chrome/browser/sync/glue/autofill_data_type_controller.h b/chrome/browser/sync/glue/autofill_data_type_controller.h
index 91ff0ee8e70d2ceec44194408cb565f1308632c6..453b1ce86cc985c4dcc5b1e29f4f7012f1e843b0 100644
--- a/chrome/browser/sync/glue/autofill_data_type_controller.h
+++ b/chrome/browser/sync/glue/autofill_data_type_controller.h
@@ -12,6 +12,9 @@
#include "base/memory/ref_counted.h"
#include "chrome/browser/sync/glue/non_ui_data_type_controller.h"
+class Profile;
+class ProfileSyncComponentsFactory;
+
namespace autofill {
class AutofillWebDataService;
} // namespace autofill
@@ -52,6 +55,8 @@ class AutofillDataTypeController
// Callback once WebDatabase has loaded.
void WebDatabaseLoaded();
+ Profile* const profile_;
+
DISALLOW_COPY_AND_ASSIGN(AutofillDataTypeController);
};
« no previous file with comments | « no previous file | chrome/browser/sync/glue/autofill_data_type_controller.cc » ('j') | chrome/browser/sync/profile_sync_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698