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

Unified Diff: chrome/browser/chromeos/settings/device_settings_test_helper.cc

Issue 398753004: [cros] Move User class to user_manager component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 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/chromeos/settings/device_settings_test_helper.cc
diff --git a/chrome/browser/chromeos/settings/device_settings_test_helper.cc b/chrome/browser/chromeos/settings/device_settings_test_helper.cc
index e979d86833e47b6656d902232832ee6346a74b64..e214b434f0a22280341ec9108f0c0380bd5558ff 100644
--- a/chrome/browser/chromeos/settings/device_settings_test_helper.cc
+++ b/chrome/browser/chromeos/settings/device_settings_test_helper.cc
@@ -252,7 +252,7 @@ void DeviceSettingsTestBase::ReloadDeviceSettings() {
void DeviceSettingsTestBase::InitOwner(const std::string& user_id,
bool tpm_is_ready) {
- const User* user = user_manager_->FindUser(user_id);
+ const user_manager::User* user = user_manager_->FindUser(user_id);
if (!user) {
user = user_manager_->AddUser(user_id);
profile_->set_profile_name(user_id);

Powered by Google App Engine
This is Rietveld 408576698