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

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

Issue 18578008: [SystemInfo API] Move Storage API out of experimental namespace and rename to the "system" namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename to the "system" namespace. Created 7 years, 5 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/storage_monitor.h
diff --git a/chrome/browser/storage_monitor/storage_monitor.h b/chrome/browser/storage_monitor/storage_monitor.h
index 9258dd42dc75ef9d6251fc86683a627996251314..641a6c2493b9100707866963a1bff6c7116b3ac9 100644
--- a/chrome/browser/storage_monitor/storage_monitor.h
+++ b/chrome/browser/storage_monitor/storage_monitor.h
@@ -22,8 +22,8 @@ class ChromeBrowserMainPartsMac;
class MediaGalleriesPlatformAppBrowserTest;
class MediaGalleriesPrivateApiTest;
class MediaGalleriesPrivateEjectApiTest;
-class SystemInfoStorageApiTest;
-class SystemInfoStorageEjectApiTest;
+class SystemStorageApiTest;
+class SystemStorageEjectApiTest;
namespace device {
class MediaTransferProtocolManager;
@@ -131,8 +131,8 @@ class StorageMonitor {
friend class ::MediaGalleriesPrivateApiTest;
friend class ::MediaGalleriesPrivateEjectApiTest;
friend class MediaFileSystemRegistryTest;
- friend class ::SystemInfoStorageApiTest;
- friend class ::SystemInfoStorageEjectApiTest;
+ friend class ::SystemStorageApiTest;
+ friend class ::SystemStorageEjectApiTest;
StorageMonitor();
virtual ~StorageMonitor();

Powered by Google App Engine
This is Rietveld 408576698