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

Unified Diff: content/shell/renderer/test_runner/MockColorChooser.cpp

Issue 251263002: test_runner: Move three Mock* files into content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
Index: content/shell/renderer/test_runner/MockColorChooser.cpp
diff --git a/content/shell/renderer/test_runner/MockColorChooser.cpp b/content/shell/renderer/test_runner/MockColorChooser.cpp
index fbd6faaf0923b382fa666830279fdc48033c6602..c9321fc6d73e5af6d7cd1e2dbf518731447c95a3 100644
--- a/content/shell/renderer/test_runner/MockColorChooser.cpp
+++ b/content/shell/renderer/test_runner/MockColorChooser.cpp
@@ -7,11 +7,11 @@
#include "content/shell/renderer/test_runner/WebTestDelegate.h"
#include "content/shell/renderer/test_runner/WebTestProxy.h"
+using namespace WebTestRunner;
using namespace blink;
-using namespace content;
using namespace std;
-namespace WebTestRunner {
+namespace content {
namespace {
class HostMethodTask : public WebMethodTask<MockColorChooser> {
@@ -56,4 +56,4 @@ void MockColorChooser::invokeDidEndChooser()
m_client->didEndChooser();
}
-}
+} // namespace content
« no previous file with comments | « content/shell/renderer/test_runner/MockColorChooser.h ('k') | content/shell/renderer/test_runner/MockConstraints.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698