diff options
author | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-07 02:00:58 +0000 |
---|---|---|
committer | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-07 02:00:58 +0000 |
commit | be9826e6bcbc3ccd52816f4122fc885139867ef5 (patch) | |
tree | 0139107baeb407ec1f621f73d5affeff99b39133 /chrome/service/cloud_print/print_system_cups.cc | |
parent | 086e6660ce1a6d723ae0b926ca76e267d57d351e (diff) | |
download | chromium_src-be9826e6bcbc3ccd52816f4122fc885139867ef5.zip chromium_src-be9826e6bcbc3ccd52816f4122fc885139867ef5.tar.gz chromium_src-be9826e6bcbc3ccd52816f4122fc885139867ef5.tar.bz2 |
Linux/ChromeOS Chromium style checker cleanup, chrome/ edition part 1.
Automated clean up of style checker errors that were missed due to the plugin not being executed on implementation files.
BUG=115047
TBR=sky
Review URL: https://codereview.chromium.org/12226045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181140 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/service/cloud_print/print_system_cups.cc')
-rw-r--r-- | chrome/service/cloud_print/print_system_cups.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/service/cloud_print/print_system_cups.cc b/chrome/service/cloud_print/print_system_cups.cc index c3c1b77..4fdde82 100644 --- a/chrome/service/cloud_print/print_system_cups.cc +++ b/chrome/service/cloud_print/print_system_cups.cc @@ -289,7 +289,8 @@ class PrinterWatcherCUPS return true; } - bool GetCurrentPrinterInfo(printing::PrinterBasicInfo* printer_info) { + virtual bool GetCurrentPrinterInfo( + printing::PrinterBasicInfo* printer_info) OVERRIDE { DCHECK(printer_info); return print_system_->GetPrinterInfo(printer_name_, printer_info); } |