diff options
Diffstat (limited to 'chrome/browser/webdata/autofill_profile_syncable_service.h')
-rw-r--r-- | chrome/browser/webdata/autofill_profile_syncable_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/webdata/autofill_profile_syncable_service.h b/chrome/browser/webdata/autofill_profile_syncable_service.h index b797f06..6926572 100644 --- a/chrome/browser/webdata/autofill_profile_syncable_service.h +++ b/chrome/browser/webdata/autofill_profile_syncable_service.h @@ -18,12 +18,12 @@ #include "chrome/browser/sync/api/sync_data.h" #include "chrome/browser/sync/api/sync_error.h" #include "chrome/browser/sync/api/syncable_service.h" -#include "chrome/browser/sync/protocol/autofill_specifics.pb.h" #include "chrome/browser/webdata/autofill_change.h" #include "chrome/browser/webdata/autofill_entry.h" #include "content/public/browser/notification_observer.h" #include "content/public/browser/notification_registrar.h" #include "content/public/browser/notification_types.h" +#include "sync/protocol/autofill_specifics.pb.h" class AutofillProfile; class AutofillTable; |