| Index: chrome/browser/chromeos/drive/drive_file_system.cc
|
| diff --git a/chrome/browser/chromeos/drive/drive_file_system.cc b/chrome/browser/chromeos/drive/drive_file_system.cc
|
| index 13062999437ef9eeeb85cef473498d0c3e31ce55..eb38c6283481cb3d53ffecdc01be17dcff751768 100644
|
| --- a/chrome/browser/chromeos/drive/drive_file_system.cc
|
| +++ b/chrome/browser/chromeos/drive/drive_file_system.cc
|
| @@ -1380,7 +1380,7 @@ void DriveFileSystem::SetHideHostedDocuments(bool hide) {
|
|
|
| // Kick off directory refresh when this setting changes.
|
| FOR_EACH_OBSERVER(DriveFileSystemObserver, observers_,
|
| - OnDirectoryChanged(util::GetDriveMyDriveRootPath()));
|
| + OnDirectoryChanged(util::GetDriveGrandRootPath()));
|
| }
|
|
|
| //============= DriveFileSystem: internal helper functions =====================
|
|
|