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..916d38c6f17d8abff974110acbe8cbca2d73c580 100644 |
--- a/chrome/test/base/testing_browser_process.h |
+++ b/chrome/test/base/testing_browser_process.h |
@@ -179,7 +179,9 @@ class TestingBrowserProcess : public BrowserProcess { |
scoped_ptr<BrowserProcessPlatformPart> platform_part_; |
+#if defined(ENABLE_EXTENSIONS) |
scoped_ptr<extensions::ExtensionsBrowserClient> extensions_browser_client_; |
+#endif |
DISALLOW_COPY_AND_ASSIGN(TestingBrowserProcess); |
}; |