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

Unified Diff: Source/core/platform/graphics/mac/SimpleFontDataMac.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/graphics/mac/SimpleFontDataMac.mm
diff --git a/Source/core/platform/graphics/mac/SimpleFontDataMac.mm b/Source/core/platform/graphics/mac/SimpleFontDataMac.mm
index e304c0903631780d92ef1dd7a76f88c104af1ec5..990b288d446e8d5829acba40e0af5e89247b8436 100644
--- a/Source/core/platform/graphics/mac/SimpleFontDataMac.mm
+++ b/Source/core/platform/graphics/mac/SimpleFontDataMac.mm
@@ -32,8 +32,8 @@
#import <float.h>
#import <unicode/uchar.h>
#import "BlockExceptions.h"
-#import "SharedBuffer.h"
#import "WebCoreSystemInterface.h"
+#import "core/platform/SharedBuffer.h"
#import "core/platform/graphics/Color.h"
#import "core/platform/graphics/FloatRect.h"
#import "core/platform/graphics/Font.h"

Powered by Google App Engine
This is Rietveld 408576698