| Index: chrome/browser/themes/theme_syncable_service_unittest.cc
|
| diff --git a/chrome/browser/themes/theme_syncable_service_unittest.cc b/chrome/browser/themes/theme_syncable_service_unittest.cc
|
| index 6822829db38321eb2b307082d7ee1df90809fd6a..bb845d8f3ee28ee75379c438db43ef7e2f64e0ff 100644
|
| --- a/chrome/browser/themes/theme_syncable_service_unittest.cc
|
| +++ b/chrome/browser/themes/theme_syncable_service_unittest.cc
|
| @@ -132,7 +132,7 @@ class FakeThemeService : public ThemeService {
|
| bool is_dirty_;
|
| };
|
|
|
| -ProfileKeyedService* BuildMockThemeService(Profile* profile) {
|
| +ProfileKeyedService* BuildMockThemeService(content::BrowserContext* profile) {
|
| return new FakeThemeService;
|
| }
|
|
|
|
|