diff options
Diffstat (limited to 'chrome/test/testing_profile.h')
-rw-r--r-- | chrome/test/testing_profile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h index ea45bc1..9eff18d 100644 --- a/chrome/test/testing_profile.h +++ b/chrome/test/testing_profile.h @@ -136,7 +136,7 @@ class TestingProfile : public Profile { 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 @@ class TestingProfile : public Profile { // 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: |