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

Unified Diff: chrome/test/testing_profile.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/test/testing_profile.h
===================================================================
--- chrome/test/testing_profile.h (revision 3954)
+++ chrome/test/testing_profile.h (working copy)
@@ -136,7 +136,7 @@
virtual bool Profile::IsSameProfile(Profile *p) {
return this == p;
}
- virtual Time GetStartTime() const {
+ virtual base::Time GetStartTime() const {
return start_time_;
}
virtual TabRestoreService* GetTabRestoreService() {
@@ -162,7 +162,7 @@
// The path of the profile; the various database and other files are relative
// to this.
std::wstring path_;
- Time start_time_;
+ base::Time start_time_;
scoped_ptr<PrefService> prefs_;
private:

Powered by Google App Engine
This is Rietveld 408576698