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

Unified Diff: chrome/browser/transport_security_persister.h

Issue 8614003: Add OVERRIDE to chrome/browser/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: chrome/browser/transport_security_persister.h
diff --git a/chrome/browser/transport_security_persister.h b/chrome/browser/transport_security_persister.h
index 4903a88a7df24392d2da6a67f2ca612e4b03c949..043323a5f76bc5b336c579267b917e6abb58bd5d 100644
--- a/chrome/browser/transport_security_persister.h
+++ b/chrome/browser/transport_security_persister.h
@@ -53,10 +53,10 @@ class TransportSecurityPersister
virtual ~TransportSecurityPersister();
// Called by the TransportSecurityState when it changes its state.
- virtual void StateIsDirty(net::TransportSecurityState*);
+ virtual void StateIsDirty(net::TransportSecurityState*) OVERRIDE;
// ImportantFileWriter::DataSerializer:
- virtual bool SerializeData(std::string* data);
+ virtual bool SerializeData(std::string* data) OVERRIDE;
private:
class Loader;
« no previous file with comments | « chrome/browser/translate/translate_manager.h ('k') | chrome/browser/ui/blocked_content/blocked_content_container.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698