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

Unified Diff: third_party/WebKit/public/platform/WebCallbacks.h

Issue 1865913005: Nuke WebPassOwnPtr<T> and replace it with std::unique_ptr<T>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: third_party/WebKit/public/platform/WebCallbacks.h
diff --git a/third_party/WebKit/public/platform/WebCallbacks.h b/third_party/WebKit/public/platform/WebCallbacks.h
index 51f83ae16b3bddfd574116616b708efd6677f671..81d5da050a5ef8d5e9657ed8754ec72053468187 100644
--- a/third_party/WebKit/public/platform/WebCallbacks.h
+++ b/third_party/WebKit/public/platform/WebCallbacks.h
@@ -31,8 +31,6 @@
#ifndef WebCallbacks_h
#define WebCallbacks_h
-#include "public/platform/WebPassOwnPtr.h"
-
namespace blink {
// A WebCallbacks<S, T> represents a callback object. Typically it is created

Powered by Google App Engine
This is Rietveld 408576698