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

Unified Diff: Source/core/platform/text/BidiResolver.h

Issue 25555005: Move text/BidiContext to Source/platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 2 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
« no previous file with comments | « Source/core/platform/text/BidiContext.cpp ('k') | Source/core/platform/text/BidiRunList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/text/BidiResolver.h
diff --git a/Source/core/platform/text/BidiResolver.h b/Source/core/platform/text/BidiResolver.h
index 17c5bc37de32e9a13349022a718839d1450fa021..4186b1a9610efd2efdb64d0805417c20eb1d02b7 100644
--- a/Source/core/platform/text/BidiResolver.h
+++ b/Source/core/platform/text/BidiResolver.h
@@ -22,8 +22,8 @@
#ifndef BidiResolver_h
#define BidiResolver_h
-#include "core/platform/text/BidiContext.h"
#include "core/platform/text/BidiRunList.h"
+#include "platform/text/BidiContext.h"
#include "platform/text/TextDirection.h"
#include "wtf/Noncopyable.h"
#include "wtf/PassRefPtr.h"
« no previous file with comments | « Source/core/platform/text/BidiContext.cpp ('k') | Source/core/platform/text/BidiRunList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698