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

Unified Diff: chrome/browser/web_contents.h

Issue 7995: Move Time, TimeDelta and TimeTicks into namespace base. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 2 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
Index: chrome/browser/web_contents.h
===================================================================
--- chrome/browser/web_contents.h (revision 3954)
+++ chrome/browser/web_contents.h (working copy)
@@ -490,7 +490,7 @@
HistoryRequestMap history_requests_;
// System time at which the current load was started.
- TimeTicks current_load_start_;
+ base::TimeTicks current_load_start_;
// Whether we have a (non-empty) title for the current page.
// Used to prevent subsequent title updates from affecting history. This
@@ -527,7 +527,7 @@
scoped_refptr<SelectFileDialog> select_file_dialog_;
// The time that the last javascript message was dismissed.
- TimeTicks last_javascript_message_dismissal_;
+ base::TimeTicks last_javascript_message_dismissal_;
// True if the user has decided to block future javascript messages. This is
// reset on navigations to false on navigations.
@@ -543,7 +543,7 @@
PendingInstall pending_install_;
// The last time that the download shelf was made visible.
- TimeTicks last_download_shelf_show_;
+ base::TimeTicks last_download_shelf_show_;
// The current load state and the URL associated with it.
net::LoadState load_state_;

Powered by Google App Engine
This is Rietveld 408576698