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

Unified Diff: Source/platform/Language.h

Issue 25195003: Prepare to move core/platform/text into blink_platform.dll (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: re-attempt upload Created 7 years, 3 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/DateComponents.cpp ('k') | Source/platform/Language.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/Language.h
diff --git a/Source/core/platform/Language.h b/Source/platform/Language.h
similarity index 79%
rename from Source/core/platform/Language.h
rename to Source/platform/Language.h
index 44dc0a220072296e2485a56f5a9f765b985c8f50..65c12bfc2f7229184ad7e54d50bebc21144e7dca 100644
--- a/Source/core/platform/Language.h
+++ b/Source/platform/Language.h
@@ -26,16 +26,17 @@
#ifndef Language_h
#define Language_h
+#include "platform/PlatformExport.h"
#include "wtf/Forward.h"
#include "wtf/Vector.h"
namespace WebCore {
-String defaultLanguage();
-Vector<String> userPreferredLanguages();
-Vector<String> userPreferredLanguagesOverride();
-void overrideUserPreferredLanguages(const Vector<String>&);
-size_t indexOfBestMatchingLanguageInList(const String& language, const Vector<String>& languageList);
+PLATFORM_EXPORT String defaultLanguage();
+PLATFORM_EXPORT Vector<String> userPreferredLanguages();
+PLATFORM_EXPORT Vector<String> userPreferredLanguagesOverride();
+PLATFORM_EXPORT void overrideUserPreferredLanguages(const Vector<String>&);
+PLATFORM_EXPORT size_t indexOfBestMatchingLanguageInList(const String& language, const Vector<String>& languageList);
}
« no previous file with comments | « Source/platform/DateComponents.cpp ('k') | Source/platform/Language.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698