Chromium Code Reviews| Index: android_webview/native/aw_locale_manager_impl.h |
| diff --git a/android_webview/native/aw_locale_manager_impl.h b/android_webview/native/aw_locale_manager_impl.h |
| index e0c081ecb74e12c63e96fab26120f11bb605076a..935c921b1b5eb90186ff6c2ec46c421dfd6486ac 100644 |
| --- a/android_webview/native/aw_locale_manager_impl.h |
| +++ b/android_webview/native/aw_locale_manager_impl.h |
| @@ -18,6 +18,8 @@ class AwLocaleManagerImpl : public AwLocaleManager { |
| std::string GetLocale() override; |
| + std::string GetLocales() override; |
| + |
| private: |
| DISALLOW_COPY_AND_ASSIGN(AwLocaleManagerImpl); |
| }; |