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

Unified Diff: content/browser/net/browser_online_state_observer.h

Issue 8587009: Add OVERRIDE to content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 1 month 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
« no previous file with comments | « content/browser/mime_registry_message_filter.h ('k') | content/browser/net/url_request_failed_dns_job.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/net/browser_online_state_observer.h
diff --git a/content/browser/net/browser_online_state_observer.h b/content/browser/net/browser_online_state_observer.h
index 9a5b62b46f11fd8776cbc78b1f0492b77e9e56be..50fbb66cf211ac55d381c6b25beb79ecb1dc4308 100644
--- a/content/browser/net/browser_online_state_observer.h
+++ b/content/browser/net/browser_online_state_observer.h
@@ -19,7 +19,7 @@ class CONTENT_EXPORT BrowserOnlineStateObserver
virtual ~BrowserOnlineStateObserver();
// OnlineStateObserver implementation.
- virtual void OnOnlineStateChanged(bool online);
+ virtual void OnOnlineStateChanged(bool online) OVERRIDE;
private:
DISALLOW_COPY_AND_ASSIGN(BrowserOnlineStateObserver);
« no previous file with comments | « content/browser/mime_registry_message_filter.h ('k') | content/browser/net/url_request_failed_dns_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698