| Index: chrome/browser/ui/app_list/test/fake_profile.h | 
| diff --git a/chrome/browser/ui/app_list/test/fake_profile.h b/chrome/browser/ui/app_list/test/fake_profile.h | 
| index f741b09ad653af876e4db67f815bcaa90ae5f66e..38c613267fc407ee48ad2deb9d536793266b9bf7 100644 | 
| --- a/chrome/browser/ui/app_list/test/fake_profile.h | 
| +++ b/chrome/browser/ui/app_list/test/fake_profile.h | 
| @@ -26,6 +26,7 @@ class ResourceContext; | 
| class FakeProfile : public Profile { | 
| public: | 
| explicit FakeProfile(const std::string& name); | 
| +  FakeProfile(const std::string& name, const base::FilePath& path); | 
|  | 
| // Profile overrides. | 
| virtual std::string GetProfileName() OVERRIDE; | 
| @@ -99,6 +100,7 @@ class FakeProfile : public Profile { | 
|  | 
| private: | 
| std::string name_; | 
| +  base::FilePath path_; | 
| }; | 
|  | 
| #endif  // CHROME_BROWSER_UI_APP_LIST_TEST_FAKE_PROFILE_H_ | 
|  |