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

Unified Diff: Source/web/default/WebRenderTheme.cpp

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « Source/web/WorkerPermissionClient.cpp ('k') | Source/web/linux/WebFontInfo.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/default/WebRenderTheme.cpp
diff --git a/Source/web/default/WebRenderTheme.cpp b/Source/web/default/WebRenderTheme.cpp
index 57362b5bc1f9187be5fd8131dc9a786e87a8e9d9..0ffd2c9249f772a83adeac4d0c266e56c182f55d 100644
--- a/Source/web/default/WebRenderTheme.cpp
+++ b/Source/web/default/WebRenderTheme.cpp
@@ -37,11 +37,11 @@
using WebCore::RenderTheme;
using WebCore::RenderThemeChromiumDefault;
-namespace WebKit {
+namespace blink {
void setCaretBlinkInterval(double interval)
{
RenderThemeChromiumDefault::setCaretBlinkInterval(interval);
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/web/WorkerPermissionClient.cpp ('k') | Source/web/linux/WebFontInfo.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698