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

Unified Diff: Source/bindings/v8/custom/V8EventCustom.cpp

Issue 153343003: Move Clipboard-related code from core/dom to core/clipboard (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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
« no previous file with comments | « no previous file | Source/core/clipboard/Clipboard.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/v8/custom/V8EventCustom.cpp
diff --git a/Source/bindings/v8/custom/V8EventCustom.cpp b/Source/bindings/v8/custom/V8EventCustom.cpp
index d313239f4850c6b537efab9e0d925eb253a5ff3c..7324f1d499e901af45a22a82ea9f8ebc5ba30240 100644
--- a/Source/bindings/v8/custom/V8EventCustom.cpp
+++ b/Source/bindings/v8/custom/V8EventCustom.cpp
@@ -35,7 +35,7 @@
#include "EventInterfaces.h"
#include "V8Clipboard.h"
#include "bindings/v8/V8Binding.h"
-#include "core/dom/Clipboard.h"
+#include "core/clipboard/Clipboard.h"
#include "core/events/ClipboardEvent.h"
#include "core/events/Event.h"
#include "core/events/ThreadLocalEventNames.h"
« no previous file with comments | « no previous file | Source/core/clipboard/Clipboard.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698