summaryrefslogtreecommitdiffstats
path: root/rlz/lib
diff options
context:
space:
mode:
authorrsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-20 11:16:21 +0000
committerrsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-20 11:16:21 +0000
commit6b7fa22df9092f196122b17450285ffadca88396 (patch)
tree59d41199787ea608381a0a311cf29427c566d53a /rlz/lib
parent5c0e8b656852e52c89c8e87265442b859c369655 (diff)
downloadchromium_src-6b7fa22df9092f196122b17450285ffadca88396.zip
chromium_src-6b7fa22df9092f196122b17450285ffadca88396.tar.gz
chromium_src-6b7fa22df9092f196122b17450285ffadca88396.tar.bz2
Mac Chromium style checker cleanup
Automated clean up of style checker errors that were missed due to the plugin not being executed on implementation files. BUG=115047 TBR=brettw, scherkus Review URL: https://chromiumcodereview.appspot.com/12279015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183469 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'rlz/lib')
-rw-r--r--rlz/lib/financial_ping.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/rlz/lib/financial_ping.cc b/rlz/lib/financial_ping.cc
index 1c4d59d..c1313d1 100644
--- a/rlz/lib/financial_ping.cc
+++ b/rlz/lib/financial_ping.cc
@@ -193,7 +193,7 @@ class FinancialPingUrlFetcherDelegate : public net::URLFetcherDelegate {
FinancialPingUrlFetcherDelegate(const base::Closure& callback)
: callback_(callback) {
}
- virtual void OnURLFetchComplete(const net::URLFetcher* source);
+ virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
private:
base::Closure callback_;