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

Unified Diff: net/base/net_log.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/mock_host_resolver.h ('k') | net/base/net_test_suite.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/net_log.h
diff --git a/net/base/net_log.h b/net/base/net_log.h
index 8a5f5ffd623df788da00cd4a64ab12dbc70b9a2b..b9996b31bdf3326b2a3261e9b852ca89277597d8 100644
--- a/net/base/net_log.h
+++ b/net/base/net_log.h
@@ -294,7 +294,7 @@ class NET_EXPORT NetLogStringParameter : public NetLog::EventParameters {
return value_;
}
- virtual base::Value* ToValue() const;
+ virtual base::Value* ToValue() const OVERRIDE;
private:
const char* const name_;
@@ -313,7 +313,7 @@ class NetLogIntegerParameter : public NetLog::EventParameters {
return value_;
}
- virtual base::Value* ToValue() const;
+ virtual base::Value* ToValue() const OVERRIDE;
private:
const char* name_;
@@ -332,7 +332,7 @@ class NET_EXPORT NetLogSourceParameter : public NetLog::EventParameters {
return value_;
}
- virtual base::Value* ToValue() const;
+ virtual base::Value* ToValue() const OVERRIDE;
private:
const char* name_;
« no previous file with comments | « net/base/mock_host_resolver.h ('k') | net/base/net_test_suite.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698