| Index: chrome/test/testing_profile.h | 
| diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h | 
| index 49063b584f74042d16a864f957462cbe6bc3c544..acea6195328c5fbdba6d43d82739953689215a34 100644 | 
| --- a/chrome/test/testing_profile.h | 
| +++ b/chrome/test/testing_profile.h | 
| @@ -255,10 +255,6 @@ class TestingProfile : public Profile { | 
| virtual FilePath last_selected_directory(); | 
| virtual void set_last_selected_directory(const FilePath& path); | 
| #if defined(OS_CHROMEOS) | 
| -  virtual chromeos::ProxyConfigServiceImpl* | 
| -      GetChromeOSProxyConfigServiceImpl() { | 
| -    return NULL; | 
| -  } | 
| virtual void SetupChromeOSEnterpriseExtensionObserver() { | 
| } | 
| virtual void InitChromeOSPreferences() { | 
|  |