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

Unified Diff: chrome/renderer/chrome_content_renderer_client_unittest.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
Index: chrome/renderer/chrome_content_renderer_client_unittest.cc
diff --git a/chrome/renderer/chrome_content_renderer_client_unittest.cc b/chrome/renderer/chrome_content_renderer_client_unittest.cc
index a353ed5b5cf0259cd836aea3ada4be974872f53b..f31f3f4387a4a2155907ecb349d45becac40ed37 100644
--- a/chrome/renderer/chrome_content_renderer_client_unittest.cc
+++ b/chrome/renderer/chrome_content_renderer_client_unittest.cc
@@ -21,12 +21,9 @@
using WebKit::WebPluginParams;
using WebKit::WebString;
using WebKit::WebVector;
-using chrome::ChromeContentRendererClient;
using content::WebPluginInfo;
using content::WebPluginMimeType;
-namespace chrome {
-
namespace {
const bool kNaClRestricted = false;
const bool kNaClUnrestricted = true;
@@ -389,5 +386,3 @@ TEST_F(ChromeContentRendererClientTest, ShouldSuppressErrorPage) {
EXPECT_FALSE(client.ShouldSuppressErrorPage(GURL("http://example.com")));
EXPECT_TRUE(client.ShouldSuppressErrorPage(GURL("http://example.com/n")));
}
-
-} // namespace chrome
« no previous file with comments | « chrome/renderer/chrome_content_renderer_client_browsertest.cc ('k') | chrome/renderer/chrome_render_process_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698