Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3767)

Unified Diff: chrome/browser/storage_monitor/test_storage_monitor.h

Issue 14556015: [Media Galleries] Lazily initialize the storage monitor. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix merge Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/storage_monitor/test_storage_monitor.h
diff --git a/chrome/browser/storage_monitor/test_storage_monitor.h b/chrome/browser/storage_monitor/test_storage_monitor.h
index f62033d965c8822a37f3ce661c0c28fc0756b995..6408e6657c9423f2dcb42d1c6a0321d79806ad12 100644
--- a/chrome/browser/storage_monitor/test_storage_monitor.h
+++ b/chrome/browser/storage_monitor/test_storage_monitor.h
@@ -19,7 +19,7 @@ class TestStorageMonitor : public chrome::StorageMonitor {
virtual void Init() OVERRIDE;
- virtual void MarkInitialized();
+ void MarkInitialized();
// Will create a new testing implementation for browser tests,
// taking care to deal with the existing singleton correctly.

Powered by Google App Engine
This is Rietveld 408576698