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

Unified Diff: chrome/browser/browser_process.h

Issue 23727009: Cleanup: Remove chrome namespace for storage monitor and media galleries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nit Created 7 years, 3 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
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_process.h
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h
index ca828e93b4e7a738861fe2794990ec94245ec22c..cbad4bccc2d90e2efb67b713b8398c1acbd2359f 100644
--- a/chrome/browser/browser_process.h
+++ b/chrome/browser/browser_process.h
@@ -30,6 +30,7 @@ class GpuModeManager;
class IconManager;
class IntranetRedirectDetector;
class IOThread;
+class MediaFileSystemRegistry;
class MetricsService;
class NotificationUIManager;
class PnaclComponentInstaller;
@@ -40,16 +41,12 @@ class ProfileManager;
class RenderWidgetSnapshotTaker;
class SafeBrowsingService;
class StatusTray;
+class StorageMonitor;
class WatchDogThread;
#if defined(ENABLE_WEBRTC)
class WebRtcLogUploader;
#endif
-namespace chrome {
-class MediaFileSystemRegistry;
-class StorageMonitor;
-}
-
namespace chrome_variations {
class VariationsService;
}
@@ -216,9 +213,9 @@ class BrowserProcess {
virtual BookmarkPromptController* bookmark_prompt_controller() = 0;
- virtual chrome::MediaFileSystemRegistry* media_file_system_registry() = 0;
+ virtual MediaFileSystemRegistry* media_file_system_registry() = 0;
- virtual chrome::StorageMonitor* storage_monitor() = 0;
+ virtual StorageMonitor* storage_monitor() = 0;
virtual bool created_local_state() const = 0;
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698