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

Unified Diff: chrome/browser/browser_process.h

Issue 296453005: Componentize chrome/browser/network_time (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix iOS Created 6 years, 6 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 | « chrome/browser/DEPS ('k') | 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 8e46d93b16c2b7c35bc7d782e60cff54be826441..90a2cf6feb5ebaaaf92b61810851e0eec59f6256 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);
« no previous file with comments | « chrome/browser/DEPS ('k') | chrome/browser/browser_process_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698