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

Unified Diff: third_party/WebKit/Source/modules/device_orientation/DeviceOrientationInspectorAgent.h

Issue 2738453004: Avoid using declarations in headers which introduce symbol conflicts. (Closed)
Patch Set: 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: third_party/WebKit/Source/modules/device_orientation/DeviceOrientationInspectorAgent.h
diff --git a/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationInspectorAgent.h b/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationInspectorAgent.h
index 79c1aa62ce1cbb00c5edb7e85cffc6fd61612b5a..e962ef191d31f4cb3fe19328de3431e99cd08612 100644
--- a/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationInspectorAgent.h
+++ b/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationInspectorAgent.h
@@ -24,10 +24,12 @@ class MODULES_EXPORT DeviceOrientationInspectorAgent final
DECLARE_VIRTUAL_TRACE();
// Protocol methods.
- Response setDeviceOrientationOverride(double, double, double) override;
- Response clearDeviceOrientationOverride() override;
+ protocol::Response setDeviceOrientationOverride(double,
+ double,
+ double) override;
+ protocol::Response clearDeviceOrientationOverride() override;
- Response disable() override;
+ protocol::Response disable() override;
void restore() override;
void didCommitLoadForLocalFrame(LocalFrame*) override;

Powered by Google App Engine
This is Rietveld 408576698