diff options
Diffstat (limited to 'chrome_frame/test/proxy_factory_mock.cc')
-rw-r--r-- | chrome_frame/test/proxy_factory_mock.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/test/proxy_factory_mock.cc b/chrome_frame/test/proxy_factory_mock.cc index 9bb4f2e..f98a2e6 100644 --- a/chrome_frame/test/proxy_factory_mock.cc +++ b/chrome_frame/test/proxy_factory_mock.cc @@ -34,7 +34,7 @@ void ProxyFactoryTest::SetUp() { ChromeFrameLaunchParams* ProxyFactoryTest::MakeLaunchParams( const wchar_t* profile_name) { GURL empty; - FilePath profile_path; + base::FilePath profile_path; GetChromeFrameProfilePath(profile_name, &profile_path); chrome_frame_test::OverrideDataDirectoryForThisTest(profile_path.value()); ChromeFrameLaunchParams* params = |