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

Unified Diff: Source/platform/text/LocaleToScriptMapping.h

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/platform/text/LocaleMac.mm ('k') | Source/platform/text/LocaleToScriptMapping.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/text/LocaleToScriptMapping.h
diff --git a/Source/core/platform/text/LocaleToScriptMapping.h b/Source/platform/text/LocaleToScriptMapping.h
similarity index 90%
rename from Source/core/platform/text/LocaleToScriptMapping.h
rename to Source/platform/text/LocaleToScriptMapping.h
index 2d270ecb5ebcf1200a97cdd31cc75027d891a23c..e96abd756c40c2d4911ca87caf22eef008199c42 100644
--- a/Source/core/platform/text/LocaleToScriptMapping.h
+++ b/Source/platform/text/LocaleToScriptMapping.h
@@ -31,13 +31,14 @@
#ifndef LocaleToScriptMapping_h
#define LocaleToScriptMapping_h
+#include "platform/PlatformExport.h"
#include "wtf/Forward.h"
#include "wtf/unicode/Unicode.h"
namespace WebCore {
-UScriptCode localeToScriptCodeForFontSelection(const String&);
-UScriptCode scriptNameToCode(const String&);
+PLATFORM_EXPORT UScriptCode localeToScriptCodeForFontSelection(const String&);
+PLATFORM_EXPORT UScriptCode scriptNameToCode(const String&);
}
« no previous file with comments | « Source/platform/text/LocaleMac.mm ('k') | Source/platform/text/LocaleToScriptMapping.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698