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

Unified Diff: chrome/test/unit/chrome_test_suite.h

Issue 6693054: Get rid of extensions dependency from content\browser. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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
« no previous file with comments | « chrome/test/testing_profile.cc ('k') | chrome/test/unit/chrome_test_suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/unit/chrome_test_suite.h
===================================================================
--- chrome/test/unit/chrome_test_suite.h (revision 80243)
+++ chrome/test/unit/chrome_test_suite.h (working copy)
@@ -15,6 +15,7 @@
#include "base/path_service.h"
#include "base/test/test_suite.h"
#include "chrome/app/scoped_ole_initializer.h"
+#include "chrome/browser/chrome_content_browser_client.h"
#include "chrome/common/chrome_content_client.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "net/base/mock_host_resolver.h"
@@ -55,6 +56,7 @@
// Client for embedding content in Chrome.
chrome::ChromeContentClient chrome_content_client_;
+ chrome::ChromeContentBrowserClient chrome_browser_content_client_;
base::StatsTable* stats_table_;
« no previous file with comments | « chrome/test/testing_profile.cc ('k') | chrome/test/unit/chrome_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698