| Index: chrome/browser/ui/webui/shared_resources_data_source.h
|
| diff --git a/chrome/browser/ui/webui/shared_resources_data_source.h b/chrome/browser/ui/webui/shared_resources_data_source.h
|
| index 448bf68d0de1ec38e0090a66bd1265071f2a9966..fe73349be7c9107f5a470f1cb99bc6ee2e112f15 100644
|
| --- a/chrome/browser/ui/webui/shared_resources_data_source.h
|
| +++ b/chrome/browser/ui/webui/shared_resources_data_source.h
|
| @@ -8,6 +8,7 @@
|
|
|
| #include <string>
|
|
|
| +#include "base/compiler_specific.h"
|
| #include "chrome/browser/ui/webui/chrome_url_data_manager.h"
|
|
|
| // A DataSource for chrome://resources/ URLs.
|
| @@ -18,8 +19,8 @@ class SharedResourcesDataSource : public ChromeURLDataManager::DataSource {
|
| // Overridden from ChromeURLDataManager::DataSource:
|
| virtual void StartDataRequest(const std::string& path,
|
| bool is_incognito,
|
| - int request_id);
|
| - virtual std::string GetMimeType(const std::string&) const;
|
| + int request_id) OVERRIDE;
|
| + virtual std::string GetMimeType(const std::string&) const OVERRIDE;
|
|
|
| private:
|
| virtual ~SharedResourcesDataSource();
|
|
|