| Index: chrome/browser/ui/webui/chromeos/drive_internals_ui.cc
|
| diff --git a/chrome/browser/ui/webui/chromeos/drive_internals_ui.cc b/chrome/browser/ui/webui/chromeos/drive_internals_ui.cc
|
| index d336d8260592e90c3477cfb790d0cfaf9dd0000e..834c9718dae3ce6f6e44e8303848a2cd991ac1b3 100644
|
| --- a/chrome/browser/ui/webui/chromeos/drive_internals_ui.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/drive_internals_ui.cc
|
| @@ -573,7 +573,7 @@ void DriveInternalsWebUIHandler::UpdateFileSystemContentsSection(
|
| return;
|
|
|
| // Start rendering the file system tree as text.
|
| - const base::FilePath root_path = drive::util::GetDriveMyDriveRootPath();
|
| + const base::FilePath root_path = drive::util::GetDriveGrandRootPath();
|
|
|
| system_service->file_system()->GetEntryInfoByPath(
|
| root_path,
|
|
|