| Index: chrome/browser/extensions/extension_service_unittest.cc
|
| diff --git a/chrome/browser/extensions/extension_service_unittest.cc b/chrome/browser/extensions/extension_service_unittest.cc
|
| index 7bfd6ee3901ad20da13542590a6dfb49692efc22..9ab61ab6c9a7884c30f7418d155fc767a2b94716 100644
|
| --- a/chrome/browser/extensions/extension_service_unittest.cc
|
| +++ b/chrome/browser/extensions/extension_service_unittest.cc
|
| @@ -87,6 +87,7 @@
|
| #include "components/crx_file/id_util.h"
|
| #include "components/pref_registry/pref_registry_syncable.h"
|
| #include "components/prefs/scoped_user_pref_update.h"
|
| +#include "components/sync/api/string_ordinal.h"
|
| #include "components/syncable_prefs/pref_service_syncable.h"
|
| #include "components/syncable_prefs/testing_pref_service_syncable.h"
|
| #include "content/public/browser/dom_storage_context.h"
|
| @@ -134,7 +135,6 @@
|
| #include "storage/browser/database/database_tracker.h"
|
| #include "storage/browser/quota/quota_manager.h"
|
| #include "storage/common/database/database_identifier.h"
|
| -#include "sync/api/string_ordinal.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "testing/platform_test.h"
|
|
|