Index: chrome/browser/storage_monitor/storage_monitor.h |
diff --git a/chrome/browser/storage_monitor/storage_monitor.h b/chrome/browser/storage_monitor/storage_monitor.h |
index dfed9e8cf3ac096ccd8051279da7880734549642..c52984f09c08d58595215bb4335f56d5c0bac225 100644 |
--- a/chrome/browser/storage_monitor/storage_monitor.h |
+++ b/chrome/browser/storage_monitor/storage_monitor.h |
@@ -79,7 +79,7 @@ class StorageMonitor { |
// |GetStorageInfoForPath| may not return the correct results. In addition, |
// registered observers will not be notified on device attachment/detachment. |
// Should be invoked on the UI thread; callbacks will be run on the UI thread. |
- void Initialize(base::Closure callback); |
+ void EnsureInitialized(base::Closure callback); |
// Return true if the storage monitor has already been initialized. |
bool IsInitialized(); |