Index: chrome/test/base/testing_profile.cc |
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc |
index 10af8166ae33fda381550b152c410e53a5f91f10..8d46b4965c7f5ce51b5874ec6e9c87d647a7f866 100644 |
--- a/chrome/test/base/testing_profile.cc |
+++ b/chrome/test/base/testing_profile.cc |
@@ -75,6 +75,8 @@ |
#include "components/policy/core/common/schema.h" |
#include "components/prefs/testing_pref_store.h" |
#include "components/proxy_config/pref_proxy_config_tracker.h" |
+#include "components/sync/api/fake_sync_change_processor.h" |
+#include "components/sync/api/sync_error_factory_mock.h" |
#include "components/syncable_prefs/pref_service_mock_factory.h" |
#include "components/syncable_prefs/pref_service_syncable.h" |
#include "components/syncable_prefs/testing_pref_service_syncable.h" |
@@ -94,8 +96,6 @@ |
#include "net/url_request/url_request_context.h" |
#include "net/url_request/url_request_context_getter.h" |
#include "net/url_request/url_request_test_util.h" |
-#include "sync/api/fake_sync_change_processor.h" |
-#include "sync/api/sync_error_factory_mock.h" |
#include "testing/gmock/include/gmock/gmock.h" |
#if defined(ENABLE_EXTENSIONS) |