summaryrefslogtreecommitdiffstats
path: root/chrome/test/live_sync/live_autofill_sync_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/live_sync/live_autofill_sync_test.cc')
-rw-r--r--chrome/test/live_sync/live_autofill_sync_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/live_sync/live_autofill_sync_test.cc b/chrome/test/live_sync/live_autofill_sync_test.cc
index 3050a28..5a19755 100644
--- a/chrome/test/live_sync/live_autofill_sync_test.cc
+++ b/chrome/test/live_sync/live_autofill_sync_test.cc
@@ -5,8 +5,8 @@
#include "chrome/test/live_sync/live_autofill_sync_test.h"
#include "chrome/browser/autofill/autofill_common_test.h"
-#include "chrome/browser/autofill/autofill_type.h"
#include "chrome/browser/autofill/autofill_profile.h"
+#include "chrome/browser/autofill/autofill_type.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/sync/profile_sync_service.h"
#include "chrome/browser/sync/profile_sync_test_util.h"
@@ -214,7 +214,7 @@ void LiveAutofillSyncTest::RemoveProfile(int profile, const std::string& guid) {
void LiveAutofillSyncTest::UpdateProfile(int profile,
const std::string& guid,
- const AutoFillType& type,
+ const AutofillType& type,
const string16& value) {
const std::vector<AutoFillProfile*>& all_profiles = GetAllProfiles(profile);
std::vector<AutoFillProfile> profiles;