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

Unified Diff: android_webview/lib/aw_browser_dependency_factory_impl.h

Issue 1852513003: Convert //android_webview to use std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: base:::::: 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/lib/aw_browser_dependency_factory_impl.h
diff --git a/android_webview/lib/aw_browser_dependency_factory_impl.h b/android_webview/lib/aw_browser_dependency_factory_impl.h
index 4062bd263996516ef2bd072be8da651e95a70727..8c9737cb7ba1e7d46685cf485206721232bc2697 100644
--- a/android_webview/lib/aw_browser_dependency_factory_impl.h
+++ b/android_webview/lib/aw_browser_dependency_factory_impl.h
@@ -5,11 +5,11 @@
#ifndef ANDROID_WEBVIEW_LIB_BROWSER_DELEGATE_IMPL_H_
#define ANDROID_WEBVIEW_LIB_BROWSER_DELEGATE_IMPL_H_
-#include "android_webview/native/aw_browser_dependency_factory.h"
+#include <memory>
boliu 2016/04/01 00:49:42 ditto
dcheng 2016/04/01 00:58:01 Done.
+#include "android_webview/native/aw_browser_dependency_factory.h"
#include "base/compiler_specific.h"
#include "base/macros.h"
-#include "base/memory/scoped_ptr.h"
namespace net {
class URLRequestContextGetter;

Powered by Google App Engine
This is Rietveld 408576698