| Index: chrome/browser/themes/theme_service.h | 
| diff --git a/chrome/browser/themes/theme_service.h b/chrome/browser/themes/theme_service.h | 
| index f13e5c1cd8e21f879869a177985db56dcc9e1897..8a86d30bb86b33dfe2f2caf00afbc6931573eca3 100644 | 
| --- a/chrome/browser/themes/theme_service.h | 
| +++ b/chrome/browser/themes/theme_service.h | 
| @@ -208,12 +208,14 @@ class ThemeService : public base::NonThreadSafe, | 
| // case we don't have a theme pack). | 
| void BuildFromExtension(const extensions::Extension* extension); | 
|  | 
| +#if defined(ENABLE_MANAGED_USERS) | 
| // Returns true if the profile belongs to a supervised user. | 
| bool IsSupervisedUser() const; | 
|  | 
| // Sets the current theme to the supervised user theme. Should only be used | 
| // for supervised user profiles. | 
| void SetSupervisedUserTheme(); | 
| +#endif | 
|  | 
| #if defined(OS_MACOSX) | 
| // |nsimage_cache_| retains the images it has cached. | 
|  |