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

Unified Diff: Source/core/clipboard/DataTransfer.h

Issue 720693002: ResourcePtr refactoring (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « no previous file | Source/core/fetch/ResourceFetcherTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/clipboard/DataTransfer.h
diff --git a/Source/core/clipboard/DataTransfer.h b/Source/core/clipboard/DataTransfer.h
index 76ff94f199c36f306c16aaa4c9d3f4d12a2e3335..0e1bcaa9f606ee7b7846e9ae01858600c3d95354 100644
--- a/Source/core/clipboard/DataTransfer.h
+++ b/Source/core/clipboard/DataTransfer.h
@@ -26,6 +26,7 @@
#include "bindings/core/v8/ScriptWrappable.h"
#include "core/clipboard/DataTransferAccessPolicy.h"
+#include "core/fetch/ImageResource.h"
#include "core/fetch/ResourcePtr.h"
#include "core/page/DragActions.h"
#include "platform/geometry/IntPoint.h"
@@ -44,7 +45,6 @@ class Element;
class ExceptionState;
class FileList;
class LocalFrame;
-class ImageResource;
class Node;
class Range;
« no previous file with comments | « no previous file | Source/core/fetch/ResourceFetcherTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698