summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/drive/file_system_util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/drive/file_system_util.cc')
-rw-r--r--chrome/browser/chromeos/drive/file_system_util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/drive/file_system_util.cc b/chrome/browser/chromeos/drive/file_system_util.cc
index 5990113..ca85c52 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())