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

Unified Diff: base/android/locale_utils.h

Issue 11368031: First step towards component build for Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: indent Created 8 years, 1 month 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 | « base/android/jni_string.h ('k') | base/android/path_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/locale_utils.h
diff --git a/base/android/locale_utils.h b/base/android/locale_utils.h
index c7f8f332041d5c0b1a84237fdd4eb36849bd3d7b..cef39f40a65181a2b8e85d6ec27b889ffc673bf9 100644
--- a/base/android/locale_utils.h
+++ b/base/android/locale_utils.h
@@ -9,15 +9,16 @@
#include <string>
+#include "base/base_export.h"
#include "base/string16.h"
namespace base {
namespace android {
// Return the current default locale of the device.
-std::string GetDefaultLocale();
+BASE_EXPORT std::string GetDefaultLocale();
-string16 GetDisplayNameForLocale(const std::string& locale,
+BASE_EXPORT string16 GetDisplayNameForLocale(const std::string& locale,
const std::string& display_locale);
bool RegisterLocaleUtils(JNIEnv* env);
« no previous file with comments | « base/android/jni_string.h ('k') | base/android/path_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698