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

Unified Diff: Source/core/platform/chromium/PasteboardChromium.cpp

Issue 14519003: Absolutify paths to dom/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix testrunner Created 7 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: Source/core/platform/chromium/PasteboardChromium.cpp
diff --git a/Source/core/platform/chromium/PasteboardChromium.cpp b/Source/core/platform/chromium/PasteboardChromium.cpp
index 9307da6c59bd2d48636f2a36ca3d915953d6898b..09cdc9178e33c3d8c4703214a71691a95bb0573d 100644
--- a/Source/core/platform/chromium/PasteboardChromium.cpp
+++ b/Source/core/platform/chromium/PasteboardChromium.cpp
@@ -31,13 +31,13 @@
#include "config.h"
#include "core/platform/Pasteboard.h"
-#include "Document.h"
-#include "DocumentFragment.h"
-#include "Element.h"
#include "HTMLNames.h"
#include "HTMLParserIdioms.h"
#include "NativeImageSkia.h"
-#include "Range.h"
+#include "core/dom/Document.h"
+#include "core/dom/DocumentFragment.h"
+#include "core/dom/Element.h"
+#include "core/dom/Range.h"
#include "core/editing/Editor.h"
#include "core/editing/markup.h"
#include "core/loader/cache/CachedImage.h"
« no previous file with comments | « Source/core/platform/chromium/DragDataChromium.cpp ('k') | Source/core/platform/chromium/PopupContainer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698