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

Unified Diff: content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp

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/WebTestThemeEngineMock.cpp
diff --git a/content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp b/content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp
index 654371f7069c3058fce3043b8eb5fd934bd9095b..15f6c1cebda9febd41a6e42013ecc9f176fca04d 100644
--- a/content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp
+++ b/content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp
@@ -15,7 +15,7 @@ using blink::WebColor;
using blink::WebRect;
using blink::WebThemeEngine;
-namespace WebTestRunner {
+namespace content {
static const SkColor edgeColor = SK_ColorBLACK;
static const SkColor readOnlyColor = SkColorSetRGB(0xe9, 0xc2, 0xa6);
@@ -645,4 +645,4 @@ void WebTestThemeEngineMock::paint(
}
}
-} // namespace WebTestRunner
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698