diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-04 05:16:16 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-04 05:16:16 +0000 |
commit | 79ecada319a1c20f49a97668b083ecae7555ff07 (patch) | |
tree | 9484426b6db4aed32b906f8773030864b933b7d1 /content/shell/renderer/test_runner/WebTestProxy.cpp | |
parent | eb4f7a3bb7290b74933563871be585c0dcd1d5af (diff) | |
download | chromium_src-79ecada319a1c20f49a97668b083ecae7555ff07.zip chromium_src-79ecada319a1c20f49a97668b083ecae7555ff07.tar.gz chromium_src-79ecada319a1c20f49a97668b083ecae7555ff07.tar.bz2 |
test_runner: Move everything else into content namespace.
BUG=331299
TEST=None, no functional changes. Green trybots.
TBR=jochen@chromium.org
Review URL: https://codereview.chromium.org/264003003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268097 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/renderer/test_runner/WebTestProxy.cpp')
-rw-r--r-- | content/shell/renderer/test_runner/WebTestProxy.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/shell/renderer/test_runner/WebTestProxy.cpp b/content/shell/renderer/test_runner/WebTestProxy.cpp index 0c9b8cb..02cdbd4 100644 --- a/content/shell/renderer/test_runner/WebTestProxy.cpp +++ b/content/shell/renderer/test_runner/WebTestProxy.cpp @@ -45,7 +45,6 @@ #include "third_party/WebKit/public/web/WebUserGestureIndicator.h" #include "third_party/WebKit/public/web/WebView.h" -using namespace WebTestRunner; using namespace blink; using namespace std; |