X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fmodules%2Fscreen_orientation%2FLockOrientationCallback.h;h=ba2abe0be4bd0c93b66d33d43e31cb5059092c09;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=8947f7944978ce22f50caf2461ba3a67c7a0d020;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/modules/screen_orientation/LockOrientationCallback.h b/src/third_party/WebKit/Source/modules/screen_orientation/LockOrientationCallback.h index 8947f79..ba2abe0 100644 --- a/src/third_party/WebKit/Source/modules/screen_orientation/LockOrientationCallback.h +++ b/src/third_party/WebKit/Source/modules/screen_orientation/LockOrientationCallback.h @@ -18,14 +18,14 @@ class ScriptPromiseResolver; // LockOrientationCallback is an implementation of WebLockOrientationCallback // that will resolve the underlying promise depending on the result passed to // the callback. -class LockOrientationCallback FINAL : public WebLockOrientationCallback { +class LockOrientationCallback final : public WebLockOrientationCallback { WTF_MAKE_NONCOPYABLE(LockOrientationCallback); public: explicit LockOrientationCallback(PassRefPtr); virtual ~LockOrientationCallback(); - virtual void onSuccess() OVERRIDE; - virtual void onError(WebLockOrientationError) OVERRIDE; + virtual void onSuccess() override; + virtual void onError(WebLockOrientationError) override; private: RefPtr m_resolver;