| Index: chrome/browser/chromeos/gdata/gdata_system_service.cc
|
| diff --git a/chrome/browser/chromeos/gdata/gdata_system_service.cc b/chrome/browser/chromeos/gdata/gdata_system_service.cc
|
| index d9835a6bfb629dc385556164b27a5b7ba44e15ba..24d748fe98b61ced7c37031449a77bfe7c1e8084 100644
|
| --- a/chrome/browser/chromeos/gdata/gdata_system_service.cc
|
| +++ b/chrome/browser/chromeos/gdata/gdata_system_service.cc
|
| @@ -141,7 +141,7 @@ void GDataSystemService::AddDriveMountPoint() {
|
| if (provider && !provider->HasMountPoint(mount_point)) {
|
| provider->AddRemoteMountPoint(
|
| mount_point,
|
| - new GDataFileSystemProxy(file_system_.get()));
|
| + new GDataFileSystemProxy(file_system_.get(), profile_));
|
| }
|
|
|
| file_system_->Initialize();
|
|
|