| Index: chrome/browser/speech/tts_chromeos.cc
|
| diff --git a/chrome/browser/speech/tts_chromeos.cc b/chrome/browser/speech/tts_chromeos.cc
|
| index a45bb3a24b42ad9e56c08f4a2f11bdd14b1c269d..7d218e826bf9c086d65e241e5536dd997b740218 100644
|
| --- a/chrome/browser/speech/tts_chromeos.cc
|
| +++ b/chrome/browser/speech/tts_chromeos.cc
|
| @@ -2,6 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "base/macros.h"
|
| #include "chrome/browser/speech/tts_platform.h"
|
|
|
| // Chrome OS doesn't have native TTS, instead it includes a built-in
|
|
|