From 6b7fa22df9092f196122b17450285ffadca88396 Mon Sep 17 00:00:00 2001 From: "rsleevi@chromium.org" Date: Wed, 20 Feb 2013 11:16:21 +0000 Subject: 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 --- rlz/lib/financial_ping.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rlz/lib') 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_; -- cgit v1.1