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

Unified Diff: chrome/test/live_sync/autofill_helper.h

Issue 7541065: autofill: Refactor PersonalDataManager::Observer into its own header file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/test/live_sync/autofill_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/live_sync/autofill_helper.h
diff --git a/chrome/test/live_sync/autofill_helper.h b/chrome/test/live_sync/autofill_helper.h
index 0c3dee49f3a31b98bde462f11d6a774efe2e7585..c97ae11245e7d864ece469d48b03235cc8ae3bcd 100644
--- a/chrome/test/live_sync/autofill_helper.h
+++ b/chrome/test/live_sync/autofill_helper.h
@@ -7,15 +7,18 @@
#pragma once
#include <set>
+#include <string>
#include <vector>
#include "base/compiler_specific.h"
-#include "chrome/browser/autofill/personal_data_manager.h"
+#include "base/string16.h"
#include "chrome/test/live_sync/sync_datatype_helper.h"
class AutofillEntry;
class AutofillKey;
class AutofillProfile;
+class AutofillType;
+class PersonalDataManager;
class WebDataService;
class AutofillHelper : public SyncDatatypeHelper {
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/test/live_sync/autofill_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698