| Index: chrome/browser/speech/tts_android.h
|
| diff --git a/chrome/browser/speech/tts_android.h b/chrome/browser/speech/tts_android.h
|
| index f7a3e20d067ac00c7c29bf628b373d8f993e8a88..6095c0fc4010fe6b63ba46ce3e576f9cbe81aaa4 100644
|
| --- a/chrome/browser/speech/tts_android.h
|
| +++ b/chrome/browser/speech/tts_android.h
|
| @@ -9,7 +9,6 @@
|
| #include "base/android/scoped_java_ref.h"
|
| #include "base/macros.h"
|
| #include "chrome/browser/speech/tts_platform.h"
|
| -#include "chrome/common/features.h"
|
|
|
| class TtsPlatformImplAndroid : public TtsPlatformImpl {
|
| public:
|
| @@ -41,9 +40,7 @@ class TtsPlatformImplAndroid : public TtsPlatformImpl {
|
|
|
| // Static functions.
|
| static TtsPlatformImplAndroid* GetInstance();
|
| -#if BUILDFLAG(ANDROID_JAVA_UI)
|
| static bool Register(JNIEnv* env);
|
| -#endif
|
|
|
| private:
|
| friend struct base::DefaultSingletonTraits<TtsPlatformImplAndroid>;
|
|
|