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

Unified Diff: content/public/browser/android/content_protocol_handler.h

Issue 1295523006: Using scoped_ptr for URLRequestJobFactoryImpl::SetProtocolHandler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 4 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: content/public/browser/android/content_protocol_handler.h
diff --git a/content/public/browser/android/content_protocol_handler.h b/content/public/browser/android/content_protocol_handler.h
index be9473e1bb3e12cae1277bd38644dd706d8f1caa..2f47ddba49d4f4f525d0cfad6559b5bdaff3c880 100644
--- a/content/public/browser/android/content_protocol_handler.h
+++ b/content/public/browser/android/content_protocol_handler.h
@@ -23,7 +23,6 @@ class CONTENT_EXPORT ContentProtocolHandler :
static ContentProtocolHandler* Create(
const scoped_refptr<base::TaskRunner>& content_task_runner);
- protected:
~ContentProtocolHandler() override {}
};

Powered by Google App Engine
This is Rietveld 408576698