| Index: chrome/browser/themes/theme_service_factory.cc
|
| diff --git a/chrome/browser/themes/theme_service_factory.cc b/chrome/browser/themes/theme_service_factory.cc
|
| index aeefcc80ccfec785e31b3df0f0d84648a6220d1b..8d37c3e4a14f16b269437cb49b823f470dbe1333 100644
|
| --- a/chrome/browser/themes/theme_service_factory.cc
|
| +++ b/chrome/browser/themes/theme_service_factory.cc
|
| @@ -23,7 +23,8 @@ ThemeService* ThemeServiceFactory::GetForProfile(Profile* profile) {
|
| }
|
|
|
| // static
|
| -const Extension* ThemeServiceFactory::GetThemeForProfile(Profile* profile) {
|
| +const extensions::Extension* ThemeServiceFactory::GetThemeForProfile(
|
| + Profile* profile) {
|
| std::string id = GetForProfile(profile)->GetThemeID();
|
| if (id == ThemeService::kDefaultThemeID)
|
| return NULL;
|
|
|