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

Unified Diff: chrome/browser/sync/glue/autofill_profile_syncable_service_unittest.cc

Issue 7967024: Profile shouldn't own PersonalDataManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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: chrome/browser/sync/glue/autofill_profile_syncable_service_unittest.cc
diff --git a/chrome/browser/sync/glue/autofill_profile_syncable_service_unittest.cc b/chrome/browser/sync/glue/autofill_profile_syncable_service_unittest.cc
index dc9433e21d271c3abcf9ac2572dd2569cfd32a06..4a499f609c1585193c1b31b31e2525609011cebe 100644
--- a/chrome/browser/sync/glue/autofill_profile_syncable_service_unittest.cc
+++ b/chrome/browser/sync/glue/autofill_profile_syncable_service_unittest.cc
@@ -4,11 +4,13 @@
#include "base/location.h"
#include "base/utf_string_conversions.h"
+#include "chrome/browser/autofill/autofill_profile.h"
#include "chrome/browser/sync/glue/autofill_profile_syncable_service.h"
#include "chrome/browser/sync/internal_api/read_node_mock.h"
#include "chrome/browser/sync/internal_api/syncapi_mock.h"
#include "chrome/browser/sync/syncable/syncable.h"
#include "chrome/browser/sync/syncable/syncable_mock.h"
+#include "content/browser/browser_thread.h"
#include "chrome/browser/webdata/autofill_change.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

Powered by Google App Engine
This is Rietveld 408576698