Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3541)

Unified Diff: chrome/test/base/testing_profile.h

Issue 10546083: Convert ProtocolHandlerRegistry to be a ProfileKeyedService. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Update ProtocolHandlerRegistry to be a ProfileKeyedService in lieu of a refcounted pointer. Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/base/testing_profile.h
diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
index 9d734efd96590d06c5f9488580f8851730d1998e..fb004a403ad2d226459bd2824ad60ad8e2a0718b 100644
--- a/chrome/test/base/testing_profile.h
+++ b/chrome/test/base/testing_profile.h
@@ -278,7 +278,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.

Powered by Google App Engine
This is Rietveld 408576698