Chromium Code Reviews| Index: chrome/android/testshell/testshell_stubs.cc |
| diff --git a/chrome/android/testshell/testshell_stubs.cc b/chrome/android/testshell/testshell_stubs.cc |
| index 10798d4c3304a74f375b0a55e8610bcc677d2b09..4ed68281d601b6d65cb7f183ce867d72fe2e24b3 100644 |
| --- a/chrome/android/testshell/testshell_stubs.cc |
| +++ b/chrome/android/testshell/testshell_stubs.cc |
| @@ -5,6 +5,7 @@ |
| #include "base/logging.h" |
| #include "chrome/browser/android/tab_android.h" |
| #include "chrome/browser/api/infobars/confirm_infobar_delegate.h" |
| +#include "chrome/browser/autofill/autofill_external_delegate.h" |
|
John Knottenbelt
2012/10/24 12:49:02
nit: can this include be removed?
Ramya
2012/10/24 23:16:06
Done.
|
| // This file contains temporary stubs to allow the libtestshell target to |
| // compile. They will be removed once real implementations are |