Chromium Code Reviews| Index: content/browser/accessibility/accessibility_mode_helper.cc |
| diff --git a/content/browser/accessibility/accessibility_mode_helper.cc b/content/browser/accessibility/accessibility_mode_helper.cc |
| index 7988595aa214f9c883fa53912fc75991b6783cd4..a8cacb355c7e6cf48b5ff33e6f72ceb0de3af1d7 100644 |
| --- a/content/browser/accessibility/accessibility_mode_helper.cc |
| +++ b/content/browser/accessibility/accessibility_mode_helper.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/logging.h" |
|
David Tseng
2014/07/14 18:18:57
nit: Unused?
dmazzoni
2014/07/15 07:55:03
Actually needed for DCHECK. It was implicitly incl
|
| #include "content/browser/accessibility/accessibility_mode_helper.h" |
| #if defined(OS_WIN) |