Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(93)

Unified Diff: extensions/browser/api_unittest.h

Issue 1970613003: Add a new app API to enable watchdog behavior restarts in kiosk apps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase + Convert browser tests to unit tests. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698