| Index: chrome/browser/speech/speech_input_manager.cc
|
| ===================================================================
|
| --- chrome/browser/speech/speech_input_manager.cc (revision 71863)
|
| +++ chrome/browser/speech/speech_input_manager.cc (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -19,7 +19,6 @@
|
| #include "chrome/browser/prefs/pref_service.h"
|
| #include "chrome/browser/speech/speech_input_bubble_controller.h"
|
| #include "chrome/browser/speech/speech_recognizer.h"
|
| -#include "chrome/browser/tab_contents/infobar_delegate.h"
|
| #include "chrome/browser/tab_contents/tab_util.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/pref_names.h"
|
|
|