Index: chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc |
diff --git a/chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc b/chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc |
index ae3435c33bfac773ad2d9ea31d23fd021781f641..652c49b34a7ecb769de69ea00cea33708ba5364f 100644 |
--- a/chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc |
+++ b/chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc |
@@ -24,14 +24,14 @@ |
#include "chrome/common/chrome_constants.h" |
#include "chrome/test/base/testing_profile.h" |
#include "components/spellcheck/common/spellcheck_common.h" |
+#include "components/sync/api/sync_change.h" |
+#include "components/sync/api/sync_change_processor_wrapper_for_test.h" |
+#include "components/sync/api/sync_data.h" |
+#include "components/sync/api/sync_error_factory.h" |
+#include "components/sync/api/sync_error_factory_mock.h" |
+#include "components/sync/protocol/sync.pb.h" |
#include "content/public/test/test_browser_thread_bundle.h" |
#include "net/url_request/test_url_fetcher_factory.h" |
-#include "sync/api/sync_change.h" |
-#include "sync/api/sync_change_processor_wrapper_for_test.h" |
-#include "sync/api/sync_data.h" |
-#include "sync/api/sync_error_factory.h" |
-#include "sync/api/sync_error_factory_mock.h" |
-#include "sync/protocol/sync.pb.h" |
#include "testing/gmock/include/gmock/gmock.h" |
#include "testing/gtest/include/gtest/gtest.h" |