Small cleanups in the Mojo HTML viewer
commit2f01fbf00550feb1647cda41fe1303243328fc16
authorpeter <peter@chromium.org>
Thu, 16 Apr 2015 17:36:50 +0000 (16 10:36 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 16 Apr 2015 17:37:51 +0000 (16 17:37 +0000)
tree07951da5a159165a3a981cafd6f227cb3855784b
parent127d10382d53b00da47d77229adbd967f0108283
Small cleanups in the Mojo HTML viewer

This CL removes the "override" keyword from all Blink API implementations.
We don't use the keyword for the Blink API since it's in a different
repository, and it makes changes to the API much harder.

Additionally, clean up some minor camelCase -> under_score variables.

R=sky@chromium.org
BUG=

Review URL: https://codereview.chromium.org/1090953002

Cr-Commit-Position: refs/heads/master@{#325468}
16 files changed:
mojo/services/html_viewer/blink_platform_impl.h
mojo/services/html_viewer/html_document.h
mojo/services/html_viewer/mojo_blink_platform_impl.h
mojo/services/html_viewer/test_blink_platform_impl.h
mojo/services/html_viewer/webclipboard_impl.cc
mojo/services/html_viewer/webclipboard_impl.h
mojo/services/html_viewer/webcookiejar_impl.h
mojo/services/html_viewer/weblayertreeview_impl.h
mojo/services/html_viewer/webmimeregistry_impl.h
mojo/services/html_viewer/webnotificationmanager_impl.h
mojo/services/html_viewer/webscheduler_impl.h
mojo/services/html_viewer/websockethandle_impl.h
mojo/services/html_viewer/webstoragenamespace_impl.h
mojo/services/html_viewer/webthemeengine_impl.h
mojo/services/html_viewer/webthread_impl.h
mojo/services/html_viewer/weburlloader_impl.h