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

Unified Diff: Source/WebKit/chromium/tests/WebInputEventFactoryTestMac.mm

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/WebInputEventFactoryTestMac.mm
diff --git a/Source/WebKit/chromium/tests/WebInputEventFactoryTestMac.mm b/Source/WebKit/chromium/tests/WebInputEventFactoryTestMac.mm
index dcbd4506bfca9b9fc17f730f4082f35f4461864f..12563a60be98fd9a7ae026555a97975d4ee89e92 100644
--- a/Source/WebKit/chromium/tests/WebInputEventFactoryTestMac.mm
+++ b/Source/WebKit/chromium/tests/WebInputEventFactoryTestMac.mm
@@ -33,9 +33,9 @@
#import <Cocoa/Cocoa.h>
#include <gtest/gtest.h>
-#include "KeyboardEvent.h"
#include "WebInputEvent.h"
#include "WebInputEventFactory.h"
+#include "core/dom/KeyboardEvent.h"
#include "core/platform/WindowsKeyboardCodes.h"
using WebKit::WebInputEventFactory;
« no previous file with comments | « Source/WebKit/chromium/tests/WebInputEventFactoryTestGtk.cpp ('k') | Source/WebKit/chromium/tests/WebPluginContainerTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698