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

Unified Diff: content/shell/renderer/test_runner/WebTestRunner.h

Issue 264003003: test_runner: Move everything else 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/WebTestRunner.h
diff --git a/content/shell/renderer/test_runner/WebTestRunner.h b/content/shell/renderer/test_runner/WebTestRunner.h
index e8305c99dde81ba04d9536ba0f1079a26bf73c4e..169394667011ffadb767169c149b53fcbb71bc83 100644
--- a/content/shell/renderer/test_runner/WebTestRunner.h
+++ b/content/shell/renderer/test_runner/WebTestRunner.h
@@ -11,7 +11,7 @@ namespace blink {
class WebPermissionClient;
}
-namespace WebTestRunner {
+namespace content {
class WebTestRunner {
public:
@@ -37,6 +37,6 @@ public:
virtual bool shouldGeneratePixelResults() = 0;
};
-}
+} // namespace content
#endif // CONTENT_SHELL_RENDERER_TEST_RUNNER_WEBTESTRUNNER_H_
« no previous file with comments | « content/shell/renderer/test_runner/WebTestProxy.cpp ('k') | content/shell/renderer/test_runner/WebTestThemeEngineMac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698