| 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
|
|
|