diff options
Diffstat (limited to 'Source/WebCore/dom/DeviceMotionClient.h')
-rw-r--r-- | Source/WebCore/dom/DeviceMotionClient.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/WebCore/dom/DeviceMotionClient.h b/Source/WebCore/dom/DeviceMotionClient.h index 7533f6c60..dbe9abee8 100644 --- a/Source/WebCore/dom/DeviceMotionClient.h +++ b/Source/WebCore/dom/DeviceMotionClient.h @@ -24,8 +24,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef DeviceMotionClient_h -#define DeviceMotionClient_h +#pragma once #include "DeviceClient.h" #include <wtf/Noncopyable.h> @@ -49,5 +48,3 @@ public: void provideDeviceMotionTo(Page*, DeviceMotionClient*); } // namespace WebCore - -#endif // DeviceMotionClient_h |