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

Unified Diff: Source/core/page/PagePopupController.cpp

Issue 1111173002: Removing blink::prefix (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Incorporating Review Comments Created 5 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
« no previous file with comments | « Source/core/page/Page.cpp ('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 7bdb7c4210fe12dcb6165f647811b11853445d6d..be06d0937abace1ba5f770ddc005c2c477700b65 100644
--- a/Source/core/page/PagePopupController.cpp
+++ b/Source/core/page/PagePopupController.cpp
@@ -118,7 +118,7 @@ void PagePopupController::clearPagePopupClient()
void PagePopupController::histogramEnumeration(const String& name, int sample, int boundaryValue)
{
- blink::Platform::current()->histogramEnumeration(name.utf8().data(), sample, boundaryValue);
+ Platform::current()->histogramEnumeration(name.utf8().data(), sample, boundaryValue);
}
void PagePopupController::setWindowRect(int x, int y, int width, int height)
@@ -126,4 +126,4 @@ void PagePopupController::setWindowRect(int x, int y, int width, int height)
m_popup.setWindowRect(IntRect(x, y, width, height));
}
-}
+} // namespace blink
« no previous file with comments | « Source/core/page/Page.cpp ('k') | Source/core/page/scrolling/ScrollingCoordinator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698