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

Unified Diff: content/renderer/wake_lock/wake_lock_dispatcher.h

Issue 1878683002: [OnionSoup] Moving WakeLock Service to Blink (1/2): moving .mojom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added OWNERS to public/platform/modules/wake_lock 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
« no previous file with comments | « content/content_common_mojo_bindings.gyp ('k') | media/blink/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/wake_lock/wake_lock_dispatcher.h
diff --git a/content/renderer/wake_lock/wake_lock_dispatcher.h b/content/renderer/wake_lock/wake_lock_dispatcher.h
index 5922318a73ebf9e8381aff9e68b491c45eebb31a..b16876b84a001a55d0dba4682bc4b126e2df352f 100644
--- a/content/renderer/wake_lock/wake_lock_dispatcher.h
+++ b/content/renderer/wake_lock/wake_lock_dispatcher.h
@@ -5,9 +5,9 @@
#ifndef CONTENT_RENDERER_WAKE_LOCK_WAKE_LOCK_DISPATCHER_H_
#define CONTENT_RENDERER_WAKE_LOCK_WAKE_LOCK_DISPATCHER_H_
-#include "content/common/wake_lock_service.mojom.h"
#include "content/public/renderer/render_frame_observer.h"
#include "third_party/WebKit/public/platform/modules/wake_lock/WebWakeLockClient.h"
+#include "third_party/WebKit/public/platform/modules/wake_lock/wake_lock_service.mojom.h"
namespace content {
@@ -23,7 +23,7 @@ class WakeLockDispatcher : public RenderFrameObserver,
// WebWakeLockClient implementation.
void requestKeepScreenAwake(bool keepScreenAwake) override;
- mojom::WakeLockServicePtr wake_lock_service_;
+ blink::mojom::WakeLockServicePtr wake_lock_service_;
};
} // namespace content
« no previous file with comments | « content/content_common_mojo_bindings.gyp ('k') | media/blink/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698