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; |