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

Unified Diff: chrome/browser/ui/webui/ntp/thumbnail_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
Index: chrome/browser/ui/webui/ntp/thumbnail_source.h
diff --git a/chrome/browser/ui/webui/ntp/thumbnail_source.h b/chrome/browser/ui/webui/ntp/thumbnail_source.h
index 6da959af3c37118f75cc0d97c658d45db10b28ae..9b86f1947c64d1b638ee7ad1facb37e667580cbc 100644
--- a/chrome/browser/ui/webui/ntp/thumbnail_source.h
+++ b/chrome/browser/ui/webui/ntp/thumbnail_source.h
@@ -29,11 +29,12 @@ class ThumbnailSource : 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& path) const;
+ virtual std::string GetMimeType(const std::string& path) const OVERRIDE;
- virtual MessageLoop* MessageLoopForRequestPath(const std::string& path) const;
+ virtual MessageLoop* MessageLoopForRequestPath(
+ const std::string& path) const OVERRIDE;
private:
virtual ~ThumbnailSource();
« no previous file with comments | « chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.h ('k') | chrome/browser/ui/webui/options/advanced_options_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698