Index: chrome/browser/webdata/autofill_profile_syncable_service.cc |
diff --git a/chrome/browser/webdata/autofill_profile_syncable_service.cc b/chrome/browser/webdata/autofill_profile_syncable_service.cc |
index 2e936dce58f08efd83929215ba8bbb4482a134d1..e844ec8afd9f697483b5a680e06dc70c7082ab73 100644 |
--- a/chrome/browser/webdata/autofill_profile_syncable_service.cc |
+++ b/chrome/browser/webdata/autofill_profile_syncable_service.cc |
@@ -8,7 +8,6 @@ |
#include "base/location.h" |
#include "base/logging.h" |
#include "base/utf_string_conversions.h" |
-#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/webdata/autofill_table.h" |
#include "chrome/browser/webdata/web_data_service.h" |
#include "chrome/browser/webdata/web_database.h" |
@@ -573,5 +572,4 @@ AutofillTable* AutofillProfileSyncableService::GetAutofillTable() const { |
AutofillProfileSyncableService::DataBundle::DataBundle() {} |
-AutofillProfileSyncableService::DataBundle::~DataBundle() { |
-} |
+AutofillProfileSyncableService::DataBundle::~DataBundle() {} |