| Index: chrome/browser/chromeos/file_system_provider/mount_path_util.cc
|
| diff --git a/chrome/browser/chromeos/file_system_provider/mount_path_util.cc b/chrome/browser/chromeos/file_system_provider/mount_path_util.cc
|
| index 0456a7e7423ac410be25e4066cd675c70723f0c6..19283e462826f0345a6e34899f082c3d2c4174c0 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/mount_path_util.cc
|
| +++ b/chrome/browser/chromeos/file_system_provider/mount_path_util.cc
|
| @@ -11,11 +11,11 @@
|
| #include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/chromeos/file_system_provider/provided_file_system.h"
|
| #include "chrome/browser/chromeos/file_system_provider/service.h"
|
| -#include "chrome/browser/chromeos/login/users/user_manager.h"
|
| #include "chrome/browser/chromeos/profiles/profile_helper.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/profiles/profile_manager.h"
|
| #include "components/user_manager/user.h"
|
| +#include "components/user_manager/user_manager.h"
|
| #include "content/public/browser/browser_thread.h"
|
|
|
| using content::BrowserThread;
|
| @@ -51,7 +51,7 @@ base::FilePath GetMountPath(Profile* profile,
|
| const std::string& extension_id,
|
| const std::string& file_system_id) {
|
| user_manager::User* const user =
|
| - chromeos::UserManager::IsInitialized()
|
| + user_manager::UserManager::IsInitialized()
|
| ? chromeos::ProfileHelper::Get()->GetUserByProfile(
|
| profile->GetOriginalProfile())
|
| : NULL;
|
|
|