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

Unified Diff: components/autofill/core/browser/webdata/autofill_table.h

Issue 2660673002: [Sync] Not having an autocomplete ModelTypeState is valid. (Closed)
Patch Set: Update AutocompleteSyncBridge unittests to not rely on initial metadata. Created 3 years, 11 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: components/autofill/core/browser/webdata/autofill_table.h
diff --git a/components/autofill/core/browser/webdata/autofill_table.h b/components/autofill/core/browser/webdata/autofill_table.h
index 2f5fff15431b44b2ff4797e1df1b86c3f8af9ace..dc08b9b5ea82832be36792708e28d5e772ca7227 100644
--- a/components/autofill/core/browser/webdata/autofill_table.h
+++ b/components/autofill/core/browser/webdata/autofill_table.h
@@ -8,6 +8,7 @@
#include <stddef.h>
#include <memory>
+#include <string>
#include <vector>
#include "base/gtest_prod_util.h"
@@ -23,11 +24,6 @@ namespace base {
class Time;
}
-namespace sync_pb {
-class EntityMetadata;
-class ModelTypeState;
-}
-
namespace autofill {
class AutofillChange;

Powered by Google App Engine
This is Rietveld 408576698