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

Unified Diff: Source/core/platform/graphics/chromium/FontUtilsChromiumWin.cpp

Issue 14476012: Absolutify paths to most subfolders of platform/graphics/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/chromium/FontUtilsChromiumWin.cpp
diff --git a/Source/core/platform/graphics/chromium/FontUtilsChromiumWin.cpp b/Source/core/platform/graphics/chromium/FontUtilsChromiumWin.cpp
index 10f1fd0786ea4883a9b34316ae06c3ab82695b46..f99cd61e7a1b067f88bc8b11d11c4523032b1687 100644
--- a/Source/core/platform/graphics/chromium/FontUtilsChromiumWin.cpp
+++ b/Source/core/platform/graphics/chromium/FontUtilsChromiumWin.cpp
@@ -29,14 +29,14 @@
*/
#include "config.h"
-#include "FontUtilsChromiumWin.h"
+#include "core/platform/graphics/chromium/FontUtilsChromiumWin.h"
#include <limits>
-#include "HWndDC.h"
-#include "UniscribeHelper.h"
#include <unicode/locid.h>
#include <unicode/uchar.h>
+#include "HWndDC.h"
+#include "core/platform/graphics/chromium/UniscribeHelper.h"
#include <wtf/HashMap.h>
#include <wtf/text/StringHash.h>
#include <wtf/text/WTFString.h>

Powered by Google App Engine
This is Rietveld 408576698