summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sessions/session_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sessions/session_service.h')
-rw-r--r--chrome/browser/sessions/session_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sessions/session_service.h b/chrome/browser/sessions/session_service.h
index 015401c..6a0e63a 100644
--- a/chrome/browser/sessions/session_service.h
+++ b/chrome/browser/sessions/session_service.h
@@ -58,7 +58,7 @@ class SessionService : public BaseSessionService,
// Creates a SessionService for the specified profile.
explicit SessionService(Profile* profile);
// For testing.
- explicit SessionService(const std::wstring& save_path);
+ explicit SessionService(const FilePath& save_path);
virtual ~SessionService();