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 635f3db51add97d95f1d38443045c6efd96530e8..6c464086695340955369b11e5ee7a14f48874355 100644 |
--- a/third_party/WebKit/Source/web/tests/ScreenWakeLockTest.cpp |
+++ b/third_party/WebKit/Source/web/tests/ScreenWakeLockTest.cpp |
@@ -25,8 +25,8 @@ |
namespace { |
using blink::ScreenWakeLock; |
-using blink::mojom::blink::WakeLockService; |
-using blink::mojom::blink::WakeLockServiceRequest; |
+using device::mojom::blink::WakeLockService; |
+using device::mojom::blink::WakeLockServiceRequest; |
// This class allows binding interface requests to a MockWakeLockService. |
class MockInterfaceProvider : public blink::InterfaceProvider { |