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

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: Fix PermissionTest unittest. 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 9d20d60d47c8e76e32662f049d6050b619fbd35f..cec815c69af1111ff3065d6e4066e720d26f4736 100644
--- a/chrome/browser/storage_monitor/storage_monitor.h
+++ b/chrome/browser/storage_monitor/storage_monitor.h
@@ -21,8 +21,8 @@ class ChromeBrowserMainPartsMac;
class MediaGalleriesPlatformAppBrowserTest;
class MediaGalleriesPrivateApiTest;
class MediaGalleriesPrivateEjectApiTest;
-class SystemInfoStorageApiTest;
-class SystemInfoStorageEjectApiTest;
+class SystemStorageApiTest;
+class SystemStorageEjectApiTest;
namespace device {
class MediaTransferProtocolManager;
@@ -138,8 +138,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();

Powered by Google App Engine
This is Rietveld 408576698