Index: chrome/browser/resources/file_manager/common/js/util.js |
diff --git a/chrome/browser/resources/file_manager/common/js/util.js b/chrome/browser/resources/file_manager/common/js/util.js |
index 5679a5af486ca579ce24a7cc20e53d6c4b1505ff..93808ee54baa04b550424ad7781394afdc77b75d 100644 |
--- a/chrome/browser/resources/file_manager/common/js/util.js |
+++ b/chrome/browser/resources/file_manager/common/js/util.js |
@@ -1186,7 +1186,7 @@ util.VolumeError = Object.freeze({ |
* List of connection types of drive. |
* |
* Keep this in sync with the kDriveConnectionType* constants in |
- * file_browser_private_api.cc. |
+ * private_api_dirve.cc. |
* |
* @enum {string} |
* @const |
@@ -1201,7 +1201,7 @@ util.DriveConnectionType = Object.freeze({ |
* List of reasons of DriveConnectionType. |
* |
* Keep this in sync with the kDriveConnectionReason constants in |
- * file_browser_private_api.cc. |
+ * private_api_drive.cc. |
* |
* @enum {string} |
* @const |