commit | f5f3175ee57faf94cba28b5e4c71312dc769cdb3 | [log] [tgz] |
---|---|---|
author | jochen <[email protected]> | Wed Jun 03 12:06:34 2015 |
committer | Commit bot <[email protected]> | Wed Jun 03 12:07:08 2015 |
tree | 06be181dd64792b847c3f19ee49ddb5065a667e6 | |
parent | 65e946531a3de45739107ea1e2a58a314d245f9b [diff] [blame] |
Move test runner component into its own namespace [email protected] BUG=478250 Review URL: https://codereview.chromium.org/1163593006 Cr-Commit-Position: refs/heads/master@{#332598}
diff --git a/components/test_runner/web_ax_object_proxy.cc b/components/test_runner/web_ax_object_proxy.cc index 1dfa564..ae12816 100644 --- a/components/test_runner/web_ax_object_proxy.cc +++ b/components/test_runner/web_ax_object_proxy.cc
@@ -12,7 +12,7 @@ #include "third_party/WebKit/public/web/WebFrame.h" #include "third_party/WebKit/public/web/WebKit.h" -namespace content { +namespace test_runner { namespace { @@ -1335,4 +1335,4 @@ return handle; } -} // namespace content +} // namespace test_runner