Index: chrome_frame/test/net/test_automation_provider.cc |
diff --git a/chrome_frame/test/net/test_automation_provider.cc b/chrome_frame/test/net/test_automation_provider.cc |
index 7b94536ba509cc3252431f34f45c34c7d8dc1dc7..496e9437bbd23be574cadf45b1c40602e7ddc9fb 100644 |
--- a/chrome_frame/test/net/test_automation_provider.cc |
+++ b/chrome_frame/test/net/test_automation_provider.cc |
@@ -113,7 +113,7 @@ std::string TestAutomationProvider::GetProtocolVersion() { |
// updated in one module but does in another, so better to use the |
// exact same version to avoid hard-to-debug problems in development |
// builds. |
- FilePath path; |
+ base::FilePath path; |
PathService::Get(base::DIR_MODULE, &path); |
path = path.AppendASCII("npchrome_frame.dll"); |