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

Unified Diff: android_webview/native/aw_debug.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/native/aw_debug.h
diff --git a/android_webview/native/aw_debug.h b/android_webview/native/aw_debug.h
index c1eadaac1aabea7a542efb12d8ae11fcf5b852de..872abd9baeb33e999b2781b1dd11511274aa87a9 100644
--- a/android_webview/native/aw_debug.h
+++ b/android_webview/native/aw_debug.h
@@ -7,9 +7,10 @@
#include <jni.h>
+#include <memory>
boliu 2016/04/01 00:49:42 ditto
dcheng 2016/04/01 00:58:01 Done.
+
#include "base/android/jni_weak_ref.h"
#include "base/android/scoped_java_ref.h"
-#include "base/memory/scoped_ptr.h"
#include "content/public/browser/web_contents_observer.h"
namespace android_webview {

Powered by Google App Engine
This is Rietveld 408576698