Index: chrome_frame/test/mock_ie_event_sink_test.cc |
diff --git a/chrome_frame/test/mock_ie_event_sink_test.cc b/chrome_frame/test/mock_ie_event_sink_test.cc |
index 60aa19508b2b74aac1cf9ae7dda0e759448311c2..737d97d57182c64aefa313cfa466536f544c2ba6 100644 |
--- a/chrome_frame/test/mock_ie_event_sink_test.cc |
+++ b/chrome_frame/test/mock_ie_event_sink_test.cc |
@@ -187,7 +187,7 @@ MockIEEventSinkTest::MockIEEventSinkTest() |
} |
MockIEEventSinkTest::MockIEEventSinkTest(int port, const std::wstring& address, |
- const FilePath& root_dir) |
+ const base::FilePath& root_dir) |
: server_mock_(port, address, root_dir) { |
loop_.set_snapshot_on_timeout(true); |
EXPECT_CALL(server_mock_, Get(_, StrCaseEq(L"/favicon.ico"), _)) |
@@ -224,7 +224,7 @@ void MockIEEventSinkTest::LaunchIENavigateAndLoop(const std::wstring& url, |
} |
} |
-FilePath MockIEEventSinkTest::GetTestFilePath( |
+base::FilePath MockIEEventSinkTest::GetTestFilePath( |
const std::wstring& relative_path) { |
return server_mock_.root_dir().Append(relative_path); |
} |