| 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 92f11c0cdfbe674b47a8c98a498c8a9d549a3210..dc5c8b91e60e2c3a795187bb0c9d424159aa1384 100644
|
| --- a/chrome/browser/ui/webui/chromeos/drive_internals_ui.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/drive_internals_ui.cc
|
| @@ -575,7 +575,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,
|
|
|