| 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 777a86e6032c07e6781468dc13113a4b3d4d1a78..5ef2702467fd6ff01d5e21bf2698a90469932ac9 100644
|
| --- a/chrome/browser/chromeos/drive/drive_file_system.cc
|
| +++ b/chrome/browser/chromeos/drive/drive_file_system.cc
|
| @@ -1406,7 +1406,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 =====================
|
|
|