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

Unified Diff: chrome/browser/ui/webui/options/chromeos/change_picture_options_handler.h

Issue 898003002: [Cleanup] Const-correct the profile() method for the EasyUnlockService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 10 months 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/options/chromeos/change_picture_options_handler.h
diff --git a/chrome/browser/ui/webui/options/chromeos/change_picture_options_handler.h b/chrome/browser/ui/webui/options/chromeos/change_picture_options_handler.h
index 16e3794b7afc2b3a4e11750a4a647d418c19dd56..d0282e2ab257f2338e157149aabe8416711939e4 100644
--- a/chrome/browser/ui/webui/options/chromeos/change_picture_options_handler.h
+++ b/chrome/browser/ui/webui/options/chromeos/change_picture_options_handler.h
@@ -120,7 +120,7 @@ class ChangePictureOptionsHandler : public ::options::OptionsPageUIHandler,
// Returns user related to current WebUI. If this user doesn't exist,
// returns active user.
- user_manager::User* GetUser() const;
+ const user_manager::User* GetUser() const;
scoped_refptr<ui::SelectFileDialog> select_file_dialog_;

Powered by Google App Engine
This is Rietveld 408576698