| Index: extensions/browser/api_unittest.h
|
| diff --git a/extensions/browser/api_unittest.h b/extensions/browser/api_unittest.h
|
| index ad46d88b1bbab2d8bb056c0d761b191d05faa165..f676beeae14fd7c3e679126614358a2207e85f6a 100644
|
| --- a/extensions/browser/api_unittest.h
|
| +++ b/extensions/browser/api_unittest.h
|
| @@ -9,7 +9,6 @@
|
| #include <string>
|
|
|
| #include "base/memory/ref_counted.h"
|
| -#include "components/pref_registry/testing_pref_service_syncable.h"
|
| #include "extensions/browser/extensions_test.h"
|
|
|
| namespace base {
|
| @@ -90,7 +89,6 @@ class ApiUnitTest : public ExtensionsTest {
|
| std::unique_ptr<content::NotificationService> notification_service_;
|
|
|
| std::unique_ptr<content::TestBrowserThreadBundle> thread_bundle_;
|
| - user_prefs::TestingPrefServiceSyncable testing_pref_service_;
|
|
|
| // The WebContents used to associate a RenderViewHost with API function calls,
|
| // or null.
|
|
|