| Index: chrome_frame/test/automation_client_mock.h
 | 
| diff --git a/chrome_frame/test/automation_client_mock.h b/chrome_frame/test/automation_client_mock.h
 | 
| index 1debab7343918ff18442e8d6193fa3ea5469434f..370b8944d8e8c64d88cda667d89096615134ca36 100644
 | 
| --- a/chrome_frame/test/automation_client_mock.h
 | 
| +++ b/chrome_frame/test/automation_client_mock.h
 | 
| @@ -149,7 +149,7 @@ class CFACMockTest : public testing::Test {
 | 
|    // the victim of all tests
 | 
|    scoped_refptr<ChromeFrameAutomationClient> client_;
 | 
|  
 | 
| -  FilePath profile_path_;
 | 
| +  base::FilePath profile_path_;
 | 
|    int timeout_;
 | 
|    void* id_;  // Automation server id we are going to return
 | 
|    int tab_handle_;   // Tab handle. Any non-zero value is Ok.
 | 
| 
 |