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" |
|
nasko
2014/05/12 17:28:01
Is this really needed?
dmazzoni
2014/05/13 06:36:52
It's needed for the DCHECK, below. This change won
|
| #include "content/browser/accessibility/accessibility_mode_helper.h" |
| #if defined(OS_WIN) |