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

Unified Diff: Source/modules/screen_orientation/ScreenOrientationDispatcher.cpp

Issue 469773002: Cleanup blink:: prefix usage in Source/core/modules/[mediasource/*.cpp to websockets/*.cpp] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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: Source/modules/screen_orientation/ScreenOrientationDispatcher.cpp
diff --git a/Source/modules/screen_orientation/ScreenOrientationDispatcher.cpp b/Source/modules/screen_orientation/ScreenOrientationDispatcher.cpp
index 98eeedd71035e7dec7818d5ec6f6bbcdbe62d381..a76da1e635102880327a90bb50542277d396fcdd 100644
--- a/Source/modules/screen_orientation/ScreenOrientationDispatcher.cpp
+++ b/Source/modules/screen_orientation/ScreenOrientationDispatcher.cpp
@@ -25,12 +25,12 @@ ScreenOrientationDispatcher::~ScreenOrientationDispatcher()
void ScreenOrientationDispatcher::startListening()
{
- blink::Platform::current()->startListening(WebPlatformEventScreenOrientation, 0);
+ Platform::current()->startListening(WebPlatformEventScreenOrientation, 0);
}
void ScreenOrientationDispatcher::stopListening()
{
- blink::Platform::current()->stopListening(WebPlatformEventScreenOrientation);
+ Platform::current()->stopListening(WebPlatformEventScreenOrientation);
}
} // namespace blink
« no previous file with comments | « Source/modules/screen_orientation/ScreenOrientationController.cpp ('k') | Source/modules/serviceworkers/CacheStorage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698