Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(447)

Unified Diff: rlz/lib/financial_ping.cc

Issue 12279015: Mac Chromium style checker cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: rlz/lib/financial_ping.cc
diff --git a/rlz/lib/financial_ping.cc b/rlz/lib/financial_ping.cc
index 1c4d59daf793e1dea0d088acffba62543252346f..c1313d173c80aae7e8d327dab0db3277a3ea77db 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_;

Powered by Google App Engine
This is Rietveld 408576698