| 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 adeb601d4086a21ff435221f4a2ce8330abb7407..454ff3fe0243f0650c92bc6c946e0998012c7a2a 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/user_image_source.h
|
| +++ b/chrome/browser/ui/webui/options/chromeos/user_image_source.h
|
| @@ -27,7 +27,7 @@ class UserImageSource : public content::URLDataSource {
|
| UserImageSource();
|
|
|
| // content::URLDataSource implementation.
|
| - virtual std::string GetSource() OVERRIDE;
|
| + virtual std::string GetSource() const OVERRIDE;
|
| virtual void StartDataRequest(
|
| const std::string& path,
|
| bool is_incognito,
|
|
|