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

Unified Diff: chrome/browser/net/predictor.h

Issue 624173002: replace OVERRIDE and FINAL with override and final in chrome/browser/[j-q]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master Created 6 years, 2 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
« no previous file with comments | « chrome/browser/net/net_log_temp_file_unittest.cc ('k') | chrome/browser/net/predictor_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/predictor.h
diff --git a/chrome/browser/net/predictor.h b/chrome/browser/net/predictor.h
index ad8df5ccab4f2996b4a82ebd4179c8e0fc18cbcc..097a2385e0fc739747149046d8231bb792d3c064 100644
--- a/chrome/browser/net/predictor.h
+++ b/chrome/browser/net/predictor.h
@@ -610,12 +610,12 @@ class SimplePredictor : public Predictor {
PrefService* local_state,
IOThread* io_thread,
net::URLRequestContextGetter* getter,
- ProfileIOData* profile_io_data) OVERRIDE;
- virtual void ShutdownOnUIThread() OVERRIDE;
+ ProfileIOData* profile_io_data) override;
+ virtual void ShutdownOnUIThread() override;
private:
// These member functions return True for unittests.
- virtual bool CanPrefetchAndPrerender() const OVERRIDE;
- virtual bool CanPreresolveAndPreconnect() const OVERRIDE;
+ virtual bool CanPrefetchAndPrerender() const override;
+ virtual bool CanPreresolveAndPreconnect() const override;
};
} // namespace chrome_browser_net
« no previous file with comments | « chrome/browser/net/net_log_temp_file_unittest.cc ('k') | chrome/browser/net/predictor_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698