| Index: chrome/test/testing_profile.h
|
| diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h
|
| index 847093eff58ff17a0fd46882ea0910413a1faf1d..e7631ee2ebac9e18b8c7fa23c9c87523e69d32a8 100644
|
| --- a/chrome/test/testing_profile.h
|
| +++ b/chrome/test/testing_profile.h
|
| @@ -409,9 +409,6 @@ class TestingProfile : public Profile {
|
| FilePath last_selected_directory_;
|
| scoped_refptr<history::TopSites> top_sites_; // For history and thumbnails.
|
|
|
| - // Extension pref store, created for use by |extension_prefs_|.
|
| - scoped_ptr<ExtensionPrefStore> extension_pref_store_;
|
| -
|
| // The Extension Preferences. Only created if CreateExtensionService is
|
| // invoked.
|
| scoped_ptr<ExtensionPrefs> extension_prefs_;
|
|
|