Chromium Code Reviews| Index: chrome/test/base/testing_profile.cc |
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc |
| index 90077d138662f7f699377551ee4eadeb2cda5378..46f21b76d481f0edf70f955397124f94a3b53375 100644 |
| --- a/chrome/test/base/testing_profile.cc |
| +++ b/chrome/test/base/testing_profile.cc |
| @@ -664,7 +664,7 @@ base::Time TestingProfile::GetStartTime() const { |
| } |
| ProtocolHandlerRegistry* TestingProfile::GetProtocolHandlerRegistry() { |
| - return protocol_handler_registry_.get(); |
| + return protocol_handler_registry_; |
|
Elliot Glaysher
2012/06/11 19:43:16
Edit: Now that I look at this, you may just be abl
Steve McKay
2012/06/11 22:09:38
Done.
|
| } |
| FilePath TestingProfile::last_selected_directory() { |