12345678910111213141516171819202122 |
- #ifndef BASE_ANDROID_TIMEZONE_UTILS_H_
- #define BASE_ANDROID_TIMEZONE_UTILS_H_
- #include <jni.h>
- #include "base/base_export.h"
- #include "base/strings/string16.h"
- namespace base {
- namespace android {
- BASE_EXPORT base::string16 GetDefaultTimeZoneId();
- }
- }
- #endif
|