| Index: content/browser/speech/input_tag_speech_dispatcher_host.h
|
| ===================================================================
|
| --- content/browser/speech/input_tag_speech_dispatcher_host.h (revision 137567)
|
| +++ content/browser/speech/input_tag_speech_dispatcher_host.h (working copy)
|
| @@ -6,7 +6,8 @@
|
| #define CONTENT_BROWSER_SPEECH_INPUT_TAG_SPEECH_DISPATCHER_HOST_H_
|
| #pragma once
|
|
|
| -#include "base/memory/scoped_ptr.h"
|
| +#include "base/compiler_specific.h"
|
| +#include "base/memory/ref_counted.h"
|
| #include "content/common/content_export.h"
|
| #include "content/public/browser/browser_message_filter.h"
|
| #include "content/public/browser/speech_recognition_event_listener.h"
|
|
|