Update {virtual,override} to follow C++11 style in google_apis.
commit9c7fbb29354afcaf0d2afbd1659128f7706f86fe
authornick <nick@chromium.org>
Thu, 23 Apr 2015 15:12:01 +0000 (23 08:12 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 23 Apr 2015 15:12:03 +0000 (23 15:12 +0000)
tree162af18203cb0577b7f0e97dafb91a8930f870d9
parent2931c1a0862594e2f6e1bdcfb1f73f6139fff146
Update {virtual,override} to follow C++11 style in google_apis.

The Google style guide states that only one of {virtual,override,final} should be used for each declaration, since override implies virtual and final implies both virtual and override.

This patch was manually generated using a regex and a text editor.

BUG=417463

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

Cr-Commit-Position: refs/heads/master@{#326521}
google_apis/drive/drive_api_requests.h
google_apis/gaia/gaia_oauth_client_unittest.cc