| Index: chrome/browser/extensions/test_extension_system.h
 | 
| diff --git a/chrome/browser/extensions/test_extension_system.h b/chrome/browser/extensions/test_extension_system.h
 | 
| index 92822e00825e7deb493b45550b611f4958006be2..c94984d31c51635ca82f9012c4183f1a1f07ecd9 100644
 | 
| --- a/chrome/browser/extensions/test_extension_system.h
 | 
| +++ b/chrome/browser/extensions/test_extension_system.h
 | 
| @@ -68,9 +68,10 @@ class TestExtensionSystem : public ExtensionSystem {
 | 
|    // Factory method for tests to use with SetTestingProfile.
 | 
|    static ProfileKeyedService* Build(Profile* profile);
 | 
|  
 | 
| - private:
 | 
| + protected:
 | 
|    Profile* profile_;
 | 
|  
 | 
| + private:
 | 
|    // The Extension Preferences. Only created if CreateExtensionService is
 | 
|    // invoked.
 | 
|    scoped_ptr<ExtensionPrefs> extension_prefs_;
 | 
| 
 |