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

Unified Diff: content/renderer/screen_orientation/screen_orientation_observer.h

Issue 2745443002: [Device Service] Port ScreenOrientationListener into Device Service. (Closed)
Patch Set: Add DEPS Created 3 years, 9 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: content/renderer/screen_orientation/screen_orientation_observer.h
diff --git a/content/renderer/screen_orientation/screen_orientation_observer.h b/content/renderer/screen_orientation/screen_orientation_observer.h
index 3e396898a1557da7ec547a6e625539ccf6bdb0f3..be6a913200877ca727b42ddbe0795a9765ce138b 100644
--- a/content/renderer/screen_orientation/screen_orientation_observer.h
+++ b/content/renderer/screen_orientation/screen_orientation_observer.h
@@ -32,7 +32,7 @@ class ScreenOrientationObserver
private:
device::mojom::ScreenOrientationListener* GetScreenOrientationListener();
- device::mojom::ScreenOrientationListenerAssociatedPtr listener_;
+ device::mojom::ScreenOrientationListenerPtr listener_;
};
}; // namespace content

Powered by Google App Engine
This is Rietveld 408576698