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

Unified Diff: third_party/WebKit/Source/core/dom/AddConsoleMessageTask.h

Issue 2050123002: Remove OwnPtr from Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: First attempt to land. Created 4 years, 6 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/Source/core/dom/AddConsoleMessageTask.h
diff --git a/third_party/WebKit/Source/core/dom/AddConsoleMessageTask.h b/third_party/WebKit/Source/core/dom/AddConsoleMessageTask.h
index f4a258d008f4cf06b2ac061b050383b39cc54f1a..f3cf08b7d54e599fc4ee00f3511c626e008c6aa9 100644
--- a/third_party/WebKit/Source/core/dom/AddConsoleMessageTask.h
+++ b/third_party/WebKit/Source/core/dom/AddConsoleMessageTask.h
@@ -29,8 +29,6 @@
#include "core/dom/ExecutionContextTask.h"
#include "platform/v8_inspector/public/ConsoleTypes.h"
-#include "wtf/OwnPtr.h"
-#include "wtf/PassOwnPtr.h"
#include "wtf/PtrUtil.h"
#include "wtf/text/WTFString.h"

Powered by Google App Engine
This is Rietveld 408576698