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

Unified Diff: chrome_frame/test/net/fake_external_tab.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/in_process_browser_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/net/fake_external_tab.cc
diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc
index dcfaa4cff0a4af03c66e1fb6bc3c81047c2b39b2..d28c3cfe41c9d48a5ded76a4104df19359f28fe0 100644
--- a/chrome_frame/test/net/fake_external_tab.cc
+++ b/chrome_frame/test/net/fake_external_tab.cc
@@ -141,7 +141,7 @@ class FakeContentBrowserClient : public chrome::ChromeContentBrowserClient {
const content::MainFunctionParams& parameters) OVERRIDE;
};
-base::LazyInstance<chrome::ChromeContentClient>
+base::LazyInstance<ChromeContentClient>
g_chrome_content_client = LAZY_INSTANCE_INITIALIZER;
// Override the default ContentBrowserClient to let Chrome participate in
@@ -149,7 +149,7 @@ base::LazyInstance<chrome::ChromeContentClient>
base::LazyInstance<FakeContentBrowserClient>
g_browser_client = LAZY_INSTANCE_INITIALIZER;
-base::LazyInstance<chrome::ChromeContentRendererClient>
+base::LazyInstance<ChromeContentRendererClient>
g_renderer_client = LAZY_INSTANCE_INITIALIZER;
class FakeMainDelegate : public content::ContentMainDelegate {
« no previous file with comments | « chrome/test/base/in_process_browser_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698