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

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

Issue 8612007: 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/net/sdch_dictionary_fetcher.h
diff --git a/chrome/browser/net/sdch_dictionary_fetcher.h b/chrome/browser/net/sdch_dictionary_fetcher.h
index 0e7da2676bf4c7f4b4f60c0a3088a3555e79218b..d6cd7950e71e5356a59a28bdf613685f9667c3e8 100644
--- a/chrome/browser/net/sdch_dictionary_fetcher.h
+++ b/chrome/browser/net/sdch_dictionary_fetcher.h
@@ -32,7 +32,7 @@ class SdchDictionaryFetcher : public content::URLFetcherDelegate,
// Implementation of SdchFetcher class.
// This method gets the requested dictionary, and then calls back into the
// SdchManager class with the dictionary's text.
- virtual void Schedule(const GURL& dictionary_url);
+ virtual void Schedule(const GURL& dictionary_url) OVERRIDE;
private:
// Delay in ms between Schedule and actual download.

Powered by Google App Engine
This is Rietveld 408576698