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

Unified Diff: content/shell/renderer/test_runner/WebTestThemeEngineMac.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/WebTestThemeEngineMac.h
diff --git a/content/shell/renderer/test_runner/WebTestThemeEngineMac.h b/content/shell/renderer/test_runner/WebTestThemeEngineMac.h
index 2583e81cdc0d4c6f4012d4e3bffd3ec179889c04..5b789178cfa277d4261c58cf41921436e77cc742 100644
--- a/content/shell/renderer/test_runner/WebTestThemeEngineMac.h
+++ b/content/shell/renderer/test_runner/WebTestThemeEngineMac.h
@@ -12,7 +12,7 @@
#include "base/basictypes.h"
#include "third_party/WebKit/public/platform/WebThemeEngine.h"
-namespace WebTestRunner {
+namespace content {
class WebTestThemeEngineMac : public blink::WebThemeEngine {
public:
@@ -43,6 +43,6 @@ private:
DISALLOW_COPY_AND_ASSIGN(WebTestThemeEngineMac);
};
-}
+} // namespace content
#endif // CONTENT_SHELL_RENDERER_TEST_RUNNER_WEBTESTTHEMEENGINEMAC_H_
« no previous file with comments | « content/shell/renderer/test_runner/WebTestRunner.h ('k') | content/shell/renderer/test_runner/WebTestThemeEngineMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698