summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_process.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/browser_process.h')
-rw-r--r--chrome/browser/browser_process.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h
index 8e46d93..90a2cf6 100644
--- a/chrome/browser/browser_process.h
+++ b/chrome/browser/browser_process.h
@@ -29,7 +29,6 @@ class IntranetRedirectDetector;
class IOThread;
class MediaFileSystemRegistry;
class MetricsService;
-class NetworkTimeTracker;
class NotificationUIManager;
class PrefRegistrySimple;
class PrefService;
@@ -63,6 +62,10 @@ namespace net {
class URLRequestContextGetter;
}
+namespace network_time {
+class NetworkTimeTracker;
+}
+
namespace policy {
class BrowserPolicyConnector;
class PolicyService;
@@ -220,7 +223,7 @@ class BrowserProcess {
virtual WebRtcLogUploader* webrtc_log_uploader() = 0;
#endif
- virtual NetworkTimeTracker* network_time_tracker() = 0;
+ virtual network_time::NetworkTimeTracker* network_time_tracker() = 0;
private:
DISALLOW_COPY_AND_ASSIGN(BrowserProcess);