Index: chrome/browser/sync/test/integration/sync_extension_helper.cc |
diff --git a/chrome/browser/sync/test/integration/sync_extension_helper.cc b/chrome/browser/sync/test/integration/sync_extension_helper.cc |
index 586d5145b8e18cce6ac361ce4ce49393e4bba948..e342e866e016b6c74af347fc85af50dc6fefad53 100644 |
--- a/chrome/browser/sync/test/integration/sync_extension_helper.cc |
+++ b/chrome/browser/sync/test/integration/sync_extension_helper.cc |
@@ -20,6 +20,7 @@ |
#include "chrome/browser/sync/test/integration/sync_datatype_helper.h" |
#include "chrome/browser/sync/test/integration/sync_test.h" |
#include "components/crx_file/id_util.h" |
+#include "components/sync/api/string_ordinal.h" |
#include "extensions/browser/extension_prefs.h" |
#include "extensions/browser/extension_registry.h" |
#include "extensions/browser/extension_system.h" |
@@ -28,7 +29,6 @@ |
#include "extensions/common/extension.h" |
#include "extensions/common/extension_set.h" |
#include "extensions/common/manifest_constants.h" |
-#include "sync/api/string_ordinal.h" |
#include "testing/gtest/include/gtest/gtest.h" |
using extensions::Extension; |