Index: chrome/browser/extensions/test_extension_prefs.cc |
diff --git a/chrome/browser/extensions/test_extension_prefs.cc b/chrome/browser/extensions/test_extension_prefs.cc |
index b824e3d85e0dd5cfafc86a4a708364ee4e171093..718e90d18ea8627d52e96d47b36c20e8b5d8846b 100644 |
--- a/chrome/browser/extensions/test_extension_prefs.cc |
+++ b/chrome/browser/extensions/test_extension_prefs.cc |
@@ -25,6 +25,7 @@ |
#include "components/pref_registry/pref_registry_syncable.h" |
#include "components/prefs/json_pref_store.h" |
#include "components/prefs/pref_value_store.h" |
+#include "components/sync/api/string_ordinal.h" |
#include "components/syncable_prefs/pref_service_mock_factory.h" |
#include "components/syncable_prefs/pref_service_syncable.h" |
#include "content/public/browser/browser_thread.h" |
@@ -36,7 +37,6 @@ |
#include "extensions/browser/extensions_browser_client.h" |
#include "extensions/common/extension.h" |
#include "extensions/common/manifest_constants.h" |
-#include "sync/api/string_ordinal.h" |
#include "testing/gtest/include/gtest/gtest.h" |
using content::BrowserThread; |