summaryrefslogtreecommitdiffstats
path: root/chrome_frame/test/automation_client_mock.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/test/automation_client_mock.cc')
-rw-r--r--chrome_frame/test/automation_client_mock.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome_frame/test/automation_client_mock.cc b/chrome_frame/test/automation_client_mock.cc
index 06a5745..347a041 100644
--- a/chrome_frame/test/automation_client_mock.cc
+++ b/chrome_frame/test/automation_client_mock.cc
@@ -111,7 +111,7 @@ class CFACWithChrome : public testing::Test {
virtual void SetUp() OVERRIDE;
virtual void TearDown() OVERRIDE;
- static FilePath profile_path_;
+ static base::FilePath profile_path_;
MockCFDelegate cfd_;
scoped_refptr<ChromeFrameAutomationClient> client_;
scoped_refptr<ChromeFrameLaunchParams> launch_params_;
@@ -119,7 +119,7 @@ class CFACWithChrome : public testing::Test {
};
// static
-FilePath CFACWithChrome::profile_path_;
+base::FilePath CFACWithChrome::profile_path_;
// static
void CFACWithChrome::SetUpTestCase() {