Index: chrome_frame/test/chrome_frame_automation_mock.h |
diff --git a/chrome_frame/test/chrome_frame_automation_mock.h b/chrome_frame/test/chrome_frame_automation_mock.h |
index a26d307494e57f5bb4860aed11f06bec1f8245c4..8399d5357faa2bbfdc3ddcad12368365656647a8 100644 |
--- a/chrome_frame/test/chrome_frame_automation_mock.h |
+++ b/chrome_frame/test/chrome_frame_automation_mock.h |
@@ -41,7 +41,7 @@ class AutomationMockDelegate |
mock_server_.ExpectAndServeAnyRequests(CFInvocation(CFInvocation::NONE)); |
- FilePath profile_path; |
+ base::FilePath profile_path; |
GetChromeFrameProfilePath(profile_name, &profile_path); |
chrome_frame_test::OverrideDataDirectoryForThisTest(profile_path.value()); |
@@ -76,7 +76,7 @@ class AutomationMockDelegate |
// Navigate the external to a 'file://' url for unit test files |
bool NavigateRelativeFile(const std::wstring& file) { |
- FilePath cf_source_path; |
+ base::FilePath cf_source_path; |
PathService::Get(base::DIR_SOURCE_ROOT, &cf_source_path); |
std::wstring file_url(L"file://"); |
file_url.append(cf_source_path.Append( |