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

Unified Diff: android_webview/browser/net/aw_request_interceptor.h

Issue 1852513003: Convert //android_webview to use std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git is hard Created 4 years, 9 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: android_webview/browser/net/aw_request_interceptor.h
diff --git a/android_webview/browser/net/aw_request_interceptor.h b/android_webview/browser/net/aw_request_interceptor.h
index 23ca380bd90ad161413071cf5d87d4fbd4212b5a..db9ffc5ad9ce725650ae636a498ee26fe3c820d0 100644
--- a/android_webview/browser/net/aw_request_interceptor.h
+++ b/android_webview/browser/net/aw_request_interceptor.h
@@ -5,8 +5,9 @@
#ifndef ANDROID_WEBVIEW_BROWSER_NET_AW_REQUEST_INTERCEPTOR_H_
#define ANDROID_WEBVIEW_BROWSER_NET_AW_REQUEST_INTERCEPTOR_H_
+#include <memory>
+
#include "base/macros.h"
-#include "base/memory/scoped_ptr.h"
#include "net/url_request/url_request_interceptor.h"
namespace net {
« no previous file with comments | « android_webview/browser/net/aw_network_delegate.cc ('k') | android_webview/browser/net/aw_request_interceptor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698