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

Unified Diff: chrome/browser/chromeos/drive/file_system_util.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/drive/file_system_util.cc
diff --git a/chrome/browser/chromeos/drive/file_system_util.cc b/chrome/browser/chromeos/drive/file_system_util.cc
index 599011386addcb7637822420bbfe3d73837b29b3..ca85c5297d918d70701181377b91b7754a9a829e 100644
--- a/chrome/browser/chromeos/drive/file_system_util.cc
+++ b/chrome/browser/chromeos/drive/file_system_util.cc
@@ -121,7 +121,7 @@ base::FilePath GetDriveMountPointPath(Profile* profile) {
// enabled. In that case, we fall back to use UserManager (it basically just
// returns currently active users's hash in such a case.) I still try
// ProfileHelper first because it works better in tests.
- chromeos::User* const user =
+ user_manager::User* const user =
chromeos::UserManager::IsInitialized()
? chromeos::ProfileHelper::Get()->GetUserByProfile(
profile->GetOriginalProfile())

Powered by Google App Engine
This is Rietveld 408576698