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 adc6626..83f9167 100644 --- a/chrome/test/testing_profile.h +++ b/chrome/test/testing_profile.h @@ -48,7 +48,7 @@ class TestingProfile : public Profile { // Creates a TemplateURLModel. If not invoked the TemplateURLModel is NULL. void CreateTemplateURLModel(); - virtual std::wstring GetPath() { + virtual FilePath GetPath() { return path_; } // Sets whether we're off the record. Default is false. @@ -176,7 +176,7 @@ class TestingProfile : public Profile { protected: // The path of the profile; the various database and other files are relative // to this. - std::wstring path_; + FilePath path_; base::Time start_time_; scoped_ptr<PrefService> prefs_; |