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

Unified Diff: content/shell/renderer/test_runner/WebTestThemeEngineMac.mm

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.mm
diff --git a/content/shell/renderer/test_runner/WebTestThemeEngineMac.mm b/content/shell/renderer/test_runner/WebTestThemeEngineMac.mm
index 6a3cb70eadc667b12b343a12c66f598d4939962d..3ec055553c479b0382469bef450cd865134d8785 100644
--- a/content/shell/renderer/test_runner/WebTestThemeEngineMac.mm
+++ b/content/shell/renderer/test_runner/WebTestThemeEngineMac.mm
@@ -67,7 +67,7 @@ static NSWindow* alwaysInactiveWindow = nil;
@end
-namespace WebTestRunner {
+namespace content {
namespace {
@@ -83,7 +83,7 @@ ThemeTrackEnableState stateToHIEnableState(WebThemeEngine::State state)
}
}
-}
+} // namespace
void WebTestThemeEngineMac::paintScrollbarThumb(
WebCanvas* canvas,
@@ -174,4 +174,4 @@ void WebTestThemeEngineMac::paintNSScrollerScrollbarThumb(
[NSGraphicsContext restoreGraphicsState];
}
-}
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698