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

Unified Diff: chrome/browser/ui/webui/favicon_source.h

Issue 8604005: Add OVERRIDE to chrome/browser/ui/webui/. (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
« no previous file with comments | « chrome/browser/ui/webui/extension_icon_source.h ('k') | chrome/browser/ui/webui/fileicon_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/favicon_source.h
diff --git a/chrome/browser/ui/webui/favicon_source.h b/chrome/browser/ui/webui/favicon_source.h
index cbf417ee2d58d876978032dbf8c725e1e9ff0062..fb23744ddc0ef482a5f6508c7663cfec8e6164c3 100644
--- a/chrome/browser/ui/webui/favicon_source.h
+++ b/chrome/browser/ui/webui/favicon_source.h
@@ -35,11 +35,11 @@ class FaviconSource : public ChromeURLDataManager::DataSource {
// the path we registered.
virtual void StartDataRequest(const std::string& path,
bool is_incognito,
- int request_id);
+ int request_id) OVERRIDE;
- virtual std::string GetMimeType(const std::string&) const;
+ virtual std::string GetMimeType(const std::string&) const OVERRIDE;
- virtual bool ShouldReplaceExistingSource() const;
+ virtual bool ShouldReplaceExistingSource() const OVERRIDE;
private:
// Called when favicon data is available from the history backend.
« no previous file with comments | « chrome/browser/ui/webui/extension_icon_source.h ('k') | chrome/browser/ui/webui/fileicon_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698