Index: ui/file_manager/file_manager/background/js/background.js |
diff --git a/ui/file_manager/file_manager/background/js/background.js b/ui/file_manager/file_manager/background/js/background.js |
index a38eca349bc195cf360ebe209a1cbb965324b7b0..ef7a4a07fc667e4adab2ca84b6fc085bb32b3c15 100644 |
--- a/ui/file_manager/file_manager/background/js/background.js |
+++ b/ui/file_manager/file_manager/background/js/background.js |
@@ -248,9 +248,9 @@ Background.prototype.navigateToVolume = function(volumeId) { |
* |
* Expects the following from the app scripts: |
* 1. The page load handler should initialize the app using |window.appState| |
- * and call |util.platform.saveAppState|. |
+ * and call |util.saveAppState|. |
* 2. Every time the app state changes the app should update |window.appState| |
- * and call |util.platform.saveAppState| . |
+ * and call |util.saveAppState| . |
* 3. The app may have |unload| function to persist the app state that does not |
* fit into |window.appState|. |
* |