Commit ce428fda authored by sky@chromium.org's avatar sky@chromium.org

Adds OVERRIDE.

BUG=116079
TEST=refactoring covered by tests
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9597021

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124940 0039d316-1c4b-4281-b951-d872f2087c98
parent 22228929
......@@ -39,9 +39,9 @@ class ASH_EXPORT WorkspaceWindowResizer : public WindowResizer {
}
// Overridden from WindowResizer:
virtual void Drag(const gfx::Point& location);
virtual void CompleteDrag();
virtual void RevertDrag();
virtual void Drag(const gfx::Point& location) OVERRIDE;
virtual void CompleteDrag() OVERRIDE;
virtual void RevertDrag() OVERRIDE;
private:
explicit WorkspaceWindowResizer(const Details& details);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment