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

Unified Diff: Source/web/tests/WebHelperPluginTest.cpp

Issue 545123002: Cleanup namespace usage in Source/web/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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 | « Source/web/tests/WebFrameTest.cpp ('k') | Source/web/tests/WebInputEventConversionTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/WebHelperPluginTest.cpp
diff --git a/Source/web/tests/WebHelperPluginTest.cpp b/Source/web/tests/WebHelperPluginTest.cpp
index 7be88c117677c112640c940c74f93f2d584ee9ea..f06aa94b6bd457cf6e9e58bb68c702f74ec854f4 100644
--- a/Source/web/tests/WebHelperPluginTest.cpp
+++ b/Source/web/tests/WebHelperPluginTest.cpp
@@ -17,7 +17,7 @@ namespace {
class FakePlaceholderWebPlugin : public FakeWebPlugin {
public:
- FakePlaceholderWebPlugin(blink::WebFrame* frame, const blink::WebPluginParams& params)
+ FakePlaceholderWebPlugin(WebFrame* frame, const WebPluginParams& params)
: FakeWebPlugin(frame, params)
{
}
« no previous file with comments | « Source/web/tests/WebFrameTest.cpp ('k') | Source/web/tests/WebInputEventConversionTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698