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

Unified Diff: chrome/test/base/testing_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/common/pref_names.cc ('k') | chrome/test/base/testing_browser_process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/testing_browser_process.h
diff --git a/chrome/test/base/testing_browser_process.h b/chrome/test/base/testing_browser_process.h
index 3ecdf479a1b54e2e963391335aa05c3e6d1e64f1..c7d1c3d119d1322a00396ef9d505d58eea93ebce 100644
--- a/chrome/test/base/testing_browser_process.h
+++ b/chrome/test/base/testing_browser_process.h
@@ -118,7 +118,7 @@ class TestingBrowserProcess : public BrowserProcess {
virtual WebRtcLogUploader* webrtc_log_uploader() OVERRIDE;
#endif
- virtual NetworkTimeTracker* network_time_tracker() OVERRIDE;
+ virtual network_time::NetworkTimeTracker* network_time_tracker() OVERRIDE;
// Set the local state for tests. Consumer is responsible for cleaning it up
// afterwards (using ScopedTestingLocalState, for example).
@@ -163,7 +163,7 @@ class TestingBrowserProcess : public BrowserProcess {
scoped_ptr<MediaFileSystemRegistry> media_file_system_registry_;
#endif
- scoped_ptr<NetworkTimeTracker> network_time_tracker_;
+ scoped_ptr<network_time::NetworkTimeTracker> network_time_tracker_;
// The following objects are not owned by TestingBrowserProcess:
PrefService* local_state_;
« no previous file with comments | « chrome/common/pref_names.cc ('k') | chrome/test/base/testing_browser_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698