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

Unified Diff: chrome/browser/sync/glue/autofill_profile_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: move OnUserShareReady 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_profile_data_type_controller.h
diff --git a/chrome/browser/sync/glue/autofill_profile_data_type_controller.h b/chrome/browser/sync/glue/autofill_profile_data_type_controller.h
index b4a175eed0d5c9991e6fc22a28030b2e39ffa0e2..653ee9a6416aab683fa7bc0b706a0e52aa1916c1 100644
--- a/chrome/browser/sync/glue/autofill_profile_data_type_controller.h
+++ b/chrome/browser/sync/glue/autofill_profile_data_type_controller.h
@@ -11,6 +11,9 @@
#include "chrome/browser/sync/glue/non_ui_data_type_controller.h"
#include "components/autofill/core/browser/personal_data_manager_observer.h"
+class Profile;
+class ProfileSyncComponentsFactory;
+
namespace autofill {
class PersonalDataManager;
} // namespace autofill
@@ -47,6 +50,7 @@ class AutofillProfileDataTypeController
// Callback to notify that WebDatabase has loaded.
void WebDatabaseLoaded();
+ Profile* const profile_;
autofill::PersonalDataManager* personal_data_;
bool callback_registered_;

Powered by Google App Engine
This is Rietveld 408576698