| 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"
|
|
|