Update {virtual,override,final} to follow C++11 style in printing.
commitff7922e556477cb556e3c858b5273a084e80d953
authordcheng <dcheng@chromium.org>
Fri, 6 Feb 2015 03:37:13 +0000 (5 19:37 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 6 Feb 2015 03:39:11 +0000 (6 03:39 +0000)
tree31ba1d38a1f3f14bcfe890495ad638d76829681a
parent1b6d8e7452e6976532fbf920124788b3e054c5ae
Update {virtual,override,final} to follow C++11 style in printing.

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 automatically generated with an OS=android build using a
variation of https://codereview.chromium.org/598073004.

BUG=417463

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

Cr-Commit-Position: refs/heads/master@{#314957}
printing/backend/print_backend_dummy.cc
printing/printing_context_android.h