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

Unified Diff: Source/core/page/PagePopupController.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/core/page/ChromeClient.h ('k') | Source/core/page/scrolling/ScrollingCoordinator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/PagePopupController.cpp
diff --git a/Source/core/page/PagePopupController.cpp b/Source/core/page/PagePopupController.cpp
index f204b24053fe52d667b50303d77c3d03e50ba0ed..961d96eee2d2ceb7edbe648ad6607764197cc07f 100644
--- a/Source/core/page/PagePopupController.cpp
+++ b/Source/core/page/PagePopupController.cpp
@@ -99,7 +99,7 @@ void PagePopupController::clearPagePopupClient()
void PagePopupController::histogramEnumeration(const String& name, int sample, int boundaryValue)
{
- WebKit::Platform::current()->histogramEnumeration(name.utf8().data(), sample, boundaryValue);
+ blink::Platform::current()->histogramEnumeration(name.utf8().data(), sample, boundaryValue);
}
}
« no previous file with comments | « Source/core/page/ChromeClient.h ('k') | Source/core/page/scrolling/ScrollingCoordinator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698