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

Unified Diff: Source/WebKit/chromium/tests/WebInputEventFactoryTestGtk.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/WebKit/chromium/tests/WebInputEventFactoryTestGtk.cpp
diff --git a/Source/WebKit/chromium/tests/WebInputEventFactoryTestGtk.cpp b/Source/WebKit/chromium/tests/WebInputEventFactoryTestGtk.cpp
index 7bab017a6f1d3b9b02cdf3901e9917ef750a09be..47f8cc83dee777c80e1a071907620f7635f34e53 100644
--- a/Source/WebKit/chromium/tests/WebInputEventFactoryTestGtk.cpp
+++ b/Source/WebKit/chromium/tests/WebInputEventFactoryTestGtk.cpp
@@ -34,10 +34,10 @@
#include <gdk/gdkkeysyms.h>
#include <gtest/gtest.h>
-#include "KeyboardEvent.h"
#include "WebInputEvent.h"
#include "WebInputEventConversion.h"
#include "WebInputEventFactory.h"
+#include "core/dom/KeyboardEvent.h"
using WebKit::WebInputEvent;
using WebKit::WebKeyboardEvent;

Powered by Google App Engine
This is Rietveld 408576698