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

Unified Diff: Source/core/dom/Document.cpp

Issue 26113002: Move core/platform/text/Locale* to platform/text (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/css/resolver/FontBuilder.cpp ('k') | Source/core/dom/Node.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.cpp
diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
index be234844464367c537f03a5216776a229fdccd13..be863c71004cf1fe959e28f95dff5876ceaecaaa 100644
--- a/Source/core/dom/Document.cpp
+++ b/Source/core/dom/Document.cpp
@@ -158,7 +158,6 @@
#include "core/page/scrolling/ScrollingCoordinator.h"
#include "core/platform/ScrollbarTheme.h"
#include "core/platform/network/HTTPParsers.h"
-#include "core/platform/text/PlatformLocale.h"
#include "core/rendering/HitTestRequest.h"
#include "core/rendering/HitTestResult.h"
#include "core/rendering/RenderView.h"
@@ -173,6 +172,7 @@
#include "platform/Language.h"
#include "platform/Timer.h"
#include "platform/TraceEvent.h"
+#include "platform/text/PlatformLocale.h"
#include "platform/text/SegmentedString.h"
#include "weborigin/SchemeRegistry.h"
#include "weborigin/SecurityOrigin.h"
« no previous file with comments | « Source/core/css/resolver/FontBuilder.cpp ('k') | Source/core/dom/Node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698