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/spell_check_client.h b/components/test_runner/spell_check_client.h index feeb3c0..d96afce 100644 --- a/components/test_runner/spell_check_client.h +++ b/components/test_runner/spell_check_client.h
@@ -10,7 +10,7 @@ #include "components/test_runner/web_task.h" #include "third_party/WebKit/public/web/WebSpellCheckClient.h" -namespace content { +namespace test_runner { class WebTestDelegate; class WebTestProxyBase; @@ -60,6 +60,6 @@ DISALLOW_COPY_AND_ASSIGN(SpellCheckClient); }; -} // namespace content +} // namespace test_runner #endif // COMPONENTS_TEST_RUNNER_SPELL_CHECK_CLIENT_H_