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

Unified Diff: net/base/test_completion_callback.h

Issue 8568021: Add OVERRIDE to net/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: net only 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 | « net/base/ssl_config_service_defaults.h ('k') | net/base/test_host_resolver_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/test_completion_callback.h
diff --git a/net/base/test_completion_callback.h b/net/base/test_completion_callback.h
index e5135aa015da7c844f8c435b1dfff11888329e6c..f1f7db4809d5e044bad5f91613f18f40e60bf4f1 100644
--- a/net/base/test_completion_callback.h
+++ b/net/base/test_completion_callback.h
@@ -32,7 +32,7 @@ class TestOldCompletionCallback : public CallbackRunner< Tuple1<int> > {
bool have_result() const { return have_result_; }
- virtual void RunWithParams(const Tuple1<int>& params);
+ virtual void RunWithParams(const Tuple1<int>& params) OVERRIDE;
private:
int result_;
« no previous file with comments | « net/base/ssl_config_service_defaults.h ('k') | net/base/test_host_resolver_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698