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

Unified Diff: Source/core/platform/chromium/PopupContainer.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
« no previous file with comments | « Source/core/platform/chromium/PasteboardChromium.cpp ('k') | Source/core/platform/chromium/PopupListBox.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/chromium/PopupContainer.cpp
diff --git a/Source/core/platform/chromium/PopupContainer.cpp b/Source/core/platform/chromium/PopupContainer.cpp
index 6a34271d2ea8a50c8c527248702fceccf764ed76..f396d95f06a169192dbe55f277aedc6eb8c07fb9 100644
--- a/Source/core/platform/chromium/PopupContainer.cpp
+++ b/Source/core/platform/chromium/PopupContainer.cpp
@@ -32,8 +32,8 @@
#include "core/platform/chromium/PopupContainer.h"
#include <limits>
-#include "Document.h"
-#include "UserGestureIndicator.h"
+#include "core/dom/Document.h"
+#include "core/dom/UserGestureIndicator.h"
#include "core/page/Chrome.h"
#include "core/page/ChromeClient.h"
#include "core/page/Frame.h"
« no previous file with comments | « Source/core/platform/chromium/PasteboardChromium.cpp ('k') | Source/core/platform/chromium/PopupListBox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698