Chromium Code Reviews| Index: chrome/browser/extensions/api/braille_display_private/braille_controller_stub.cc |
| diff --git a/chrome/browser/extensions/api/braille_display_private/braille_controller_stub.cc b/chrome/browser/extensions/api/braille_display_private/braille_controller_stub.cc |
| index e57108f0034cab27a83b58f018d2594aae30f8d0..4ad3a265739ec4ca58b4c6d37d0f01bc05efbc4c 100644 |
| --- a/chrome/browser/extensions/api/braille_display_private/braille_controller_stub.cc |
| +++ b/chrome/browser/extensions/api/braille_display_private/braille_controller_stub.cc |
| @@ -2,11 +2,12 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -#include "chrome/browser/extensions/api/braille_display_private/braille_controller.h" |
| +#include "chrome/browser/extensions/api/braille_display_private/stub_braille_controller.h" |
|
Devlin
2016/04/07 21:32:28
What's going on with these includes? I think brai
dcheng
2016/04/07 21:42:22
Oops, I manually undid this and mixed it up. I'll
|
| + |
| +#include <memory> |
| -#include "base/memory/scoped_ptr.h" |
| #include "base/memory/singleton.h" |
| -#include "chrome/browser/extensions/api/braille_display_private/stub_braille_controller.h" |
| +#include "chrome/browser/extensions/api/braille_display_private/braille_controller.h" |
| #include "chrome/common/extensions/api/braille_display_private.h" |
| namespace extensions { |