| Index: chrome/browser/ui/webui/options/chromeos/user_image_source.h
|
| diff --git a/chrome/browser/ui/webui/options/chromeos/user_image_source.h b/chrome/browser/ui/webui/options/chromeos/user_image_source.h
|
| index 5d9b5417665cb3bd6e50fc06a4e74a68735f64f3..fa2619969071dcd79329d85ac5b541a9554c11c3 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/user_image_source.h
|
| +++ b/chrome/browser/ui/webui/options/chromeos/user_image_source.h
|
| @@ -27,13 +27,13 @@ class UserImageSource : public content::URLDataSource {
|
| UserImageSource();
|
|
|
| // content::URLDataSource implementation.
|
| - virtual std::string GetSource() const OVERRIDE;
|
| + virtual std::string GetSource() const override;
|
| virtual void StartDataRequest(
|
| const std::string& path,
|
| int render_process_id,
|
| int render_frame_id,
|
| - const content::URLDataSource::GotDataCallback& callback) OVERRIDE;
|
| - virtual std::string GetMimeType(const std::string& path) const OVERRIDE;
|
| + const content::URLDataSource::GotDataCallback& callback) override;
|
| + virtual std::string GetMimeType(const std::string& path) const override;
|
|
|
| // Returns PNG encoded image for user with specified email. If there's
|
| // no user with such email, returns the first default image.
|
|
|