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

Unified Diff: Source/core/platform/cocoa/KeyEventCocoa.mm

Issue 14488003: Absolutify paths to platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: scripts, iwyu 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/cocoa/KeyEventCocoa.mm
diff --git a/Source/core/platform/cocoa/KeyEventCocoa.mm b/Source/core/platform/cocoa/KeyEventCocoa.mm
index 2624f6b571aedfc9ce4fde6c153587d3d169a71e..1180578238d801e1de5bc5216744f69b391f14ab 100644
--- a/Source/core/platform/cocoa/KeyEventCocoa.mm
+++ b/Source/core/platform/cocoa/KeyEventCocoa.mm
@@ -26,8 +26,8 @@
#import "config.h"
#import "core/platform/cocoa/KeyEventCocoa.h"
-#import "Logging.h"
-#import "WindowsKeyboardCodes.h"
+#import "core/platform/Logging.h"
+#import "core/platform/WindowsKeyboardCodes.h"
#import <wtf/ASCIICType.h>
#import <wtf/text/WTFString.h>
« no previous file with comments | « Source/core/platform/chromium/support/WebURLError.cpp ('k') | Source/core/platform/graphics/BitmapImage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698