Index: chrome/test/base/testing_browser_process.h |
diff --git a/chrome/test/base/testing_browser_process.h b/chrome/test/base/testing_browser_process.h |
index fb4e3568a94866b5ab9ec9dc5dbbf081be48d105..b12410a2cfdd7599365a267e1c7161dedb5484b5 100644 |
--- a/chrome/test/base/testing_browser_process.h |
+++ b/chrome/test/base/testing_browser_process.h |
@@ -166,10 +166,6 @@ class TestingBrowserProcess : public BrowserProcess { |
scoped_refptr<SafeBrowsingService> sb_service_; |
#endif // !defined(OS_IOS) |
-#if !defined(OS_IOS) && !defined(OS_ANDROID) |
- scoped_ptr<MediaFileSystemRegistry> media_file_system_registry_; |
-#endif |
- |
scoped_ptr<network_time::NetworkTimeTracker> network_time_tracker_; |
// The following objects are not owned by TestingBrowserProcess: |
@@ -179,7 +175,11 @@ class TestingBrowserProcess : public BrowserProcess { |
scoped_ptr<BrowserProcessPlatformPart> platform_part_; |
+#if defined(ENABLE_EXTENSIONS) |
+ scoped_ptr<MediaFileSystemRegistry> media_file_system_registry_; |
+ |
scoped_ptr<extensions::ExtensionsBrowserClient> extensions_browser_client_; |
+#endif |
DISALLOW_COPY_AND_ASSIGN(TestingBrowserProcess); |
}; |