summaryrefslogtreecommitdiffstats
path: root/base/event_recorder_stubs.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/event_recorder_stubs.cc')
-rw-r--r--base/event_recorder_stubs.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/event_recorder_stubs.cc b/base/event_recorder_stubs.cc
index 9499c75..91f2e07 100644
--- a/base/event_recorder_stubs.cc
+++ b/base/event_recorder_stubs.cc
@@ -11,14 +11,14 @@ namespace base {
EventRecorder* EventRecorder::current_; // Our singleton.
-bool EventRecorder::StartRecording(const std::wstring& filename) {
+bool EventRecorder::StartRecording(const FilePath& filename) {
return true;
}
void EventRecorder::StopRecording() {
}
-bool EventRecorder::StartPlayback(const std::wstring& filename) {
+bool EventRecorder::StartPlayback(const FilePath& filename) {
return false;
}