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

Unified Diff: chrome/test/base/in_process_browser_test.cc

Issue 24544004: Remove the chrome namespace around ChromeContent[Renderer]Client. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 1 month 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/base/chrome_test_suite.cc ('k') | chrome_frame/test/net/fake_external_tab.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/in_process_browser_test.cc
diff --git a/chrome/test/base/in_process_browser_test.cc b/chrome/test/base/in_process_browser_test.cc
index a68576836f27598a4d15af3db40b8de7de3119d3..946b5895c682825cd60ed5d764cbe131be159475 100644
--- a/chrome/test/base/in_process_browser_test.cc
+++ b/chrome/test/base/in_process_browser_test.cc
@@ -77,7 +77,7 @@ namespace {
const char kBrowserTestType[] = "browser";
// Used when running in single-process mode.
-base::LazyInstance<chrome::ChromeContentRendererClient>::Leaky
+base::LazyInstance<ChromeContentRendererClient>::Leaky
g_chrome_content_renderer_client = LAZY_INSTANCE_INITIALIZER;
// A BrowserListObserver that makes sure that all browsers created are on the
« no previous file with comments | « chrome/test/base/chrome_test_suite.cc ('k') | chrome_frame/test/net/fake_external_tab.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698