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

Unified Diff: third_party/WebKit/Source/web/tests/ScreenWakeLockTest.cpp

Issue 1902263004: Mojo: Change the blink variant from "wtf" to "blink". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: third_party/WebKit/Source/web/tests/ScreenWakeLockTest.cpp
diff --git a/third_party/WebKit/Source/web/tests/ScreenWakeLockTest.cpp b/third_party/WebKit/Source/web/tests/ScreenWakeLockTest.cpp
index c6feb6d8025022abcacece76135cbd60171d6d1e..53249cbc5c871c63f63874b64795f1c74e73242f 100644
--- a/third_party/WebKit/Source/web/tests/ScreenWakeLockTest.cpp
+++ b/third_party/WebKit/Source/web/tests/ScreenWakeLockTest.cpp
@@ -23,8 +23,8 @@
namespace {
using blink::ScreenWakeLock;
-using blink::mojom::wtf::WakeLockService;
-using blink::mojom::wtf::WakeLockServiceRequest;
+using blink::mojom::blink::WakeLockService;
+using blink::mojom::blink::WakeLockServiceRequest;
// This class allows connecting service requests to a MockWakeLockService.
class MockServiceRegistry : public blink::ServiceRegistry {

Powered by Google App Engine
This is Rietveld 408576698