| Index: content/browser/speech/speech_input_dispatcher_host.cc
|
| diff --git a/content/browser/speech/speech_input_dispatcher_host.cc b/content/browser/speech/speech_input_dispatcher_host.cc
|
| index 8a67476f418c0bd3845863f33f3566d79e271de2..62a90481e47407d412acc65e3d9d9e0ffa6bafd7 100644
|
| --- a/content/browser/speech/speech_input_dispatcher_host.cc
|
| +++ b/content/browser/speech/speech_input_dispatcher_host.cc
|
| @@ -5,9 +5,9 @@
|
| #include "content/browser/speech/speech_input_dispatcher_host.h"
|
|
|
| #include "base/lazy_instance.h"
|
| -#include "content/browser/content_browser_client.h"
|
| #include "content/browser/speech/speech_input_preferences.h"
|
| #include "content/common/speech_input_messages.h"
|
| +#include "content/public/browser/content_browser_client.h"
|
|
|
| namespace speech_input {
|
|
|
|
|