| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index ff9bf7ba4c789fc008246a1e6bcc3f518660f223..9895eee90802358fa735159e9136c55251593798 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -213,7 +213,6 @@ class TestingProfile : public Profile {
|
| virtual ProtocolHandlerRegistry* GetProtocolHandlerRegistry() OVERRIDE;
|
| virtual void MarkAsCleanShutdown() OVERRIDE {}
|
| virtual void InitPromoResources() OVERRIDE {}
|
| - virtual void InitRegisteredProtocolHandlers() OVERRIDE {}
|
|
|
| virtual FilePath last_selected_directory() OVERRIDE;
|
| virtual void set_last_selected_directory(const FilePath& path) OVERRIDE;
|
| @@ -270,7 +269,7 @@ class TestingProfile : public Profile {
|
|
|
| // The ProtocolHandlerRegistry. Only created if CreateProtocolHandlerRegistry
|
| // is invoked.
|
| - scoped_refptr<ProtocolHandlerRegistry> protocol_handler_registry_;
|
| + ProtocolHandlerRegistry* protocol_handler_registry_;
|
|
|
| // The AutocompleteClassifier. Only created if CreateAutocompleteClassifier
|
| // is invoked.
|
|
|