Index: chrome/browser/chromeos/gdata/gdata_system_service.cc |
=================================================================== |
--- chrome/browser/chromeos/gdata/gdata_system_service.cc (revision 150519) |
+++ chrome/browser/chromeos/gdata/gdata_system_service.cc (working copy) |
@@ -141,7 +141,7 @@ |
if (provider && !provider->HasMountPoint(mount_point)) { |
provider->AddRemoteMountPoint( |
mount_point, |
- new GDataFileSystemProxy(file_system_.get(), profile_)); |
+ new GDataFileSystemProxy(file_system_.get())); |
} |
file_system_->Initialize(); |