| Index: content/browser/speech/speech_input_dispatcher_host.cc
|
| ===================================================================
|
| --- content/browser/speech/speech_input_dispatcher_host.cc (revision 121287)
|
| +++ content/browser/speech/speech_input_dispatcher_host.cc (working copy)
|
| @@ -5,10 +5,10 @@
|
| #include "content/browser/speech/speech_input_dispatcher_host.h"
|
|
|
| #include "base/lazy_instance.h"
|
| -#include "content/browser/resource_context.h"
|
| #include "content/browser/speech/speech_input_preferences.h"
|
| #include "content/common/speech_input_messages.h"
|
| #include "content/public/browser/content_browser_client.h"
|
| +#include "content/public/browser/resource_context.h"
|
|
|
| using content::BrowserThread;
|
|
|
|
|