Chromium Code Reviews| Index: chrome/browser/autofill/autofill_external_delegate_unittest.cc |
| diff --git a/chrome/browser/autofill/autofill_external_delegate_unittest.cc b/chrome/browser/autofill/autofill_external_delegate_unittest.cc |
| index e0ba283f60935c83805430e9f0f8f6899e3a7b9e..57b8959b9bfe8e5221c768b922a7b3870ba71aca 100644 |
| --- a/chrome/browser/autofill/autofill_external_delegate_unittest.cc |
| +++ b/chrome/browser/autofill/autofill_external_delegate_unittest.cc |
| @@ -7,6 +7,7 @@ |
| #include "base/compiler_specific.h" |
| #include "base/memory/ref_counted.h" |
| #include "base/string16.h" |
| +#include "base/synchronization/waitable_event.h" |
|
Ilya Sherman
2012/04/17 21:32:15
nit: Why is this needed?
GeorgeY
2012/04/18 18:14:46
not anymore :). Removed
|
| #include "chrome/browser/autofill/autofill_manager.h" |
| #include "chrome/browser/autofill/test_autofill_external_delegate.h" |
| #include "chrome/browser/ui/tab_contents/test_tab_contents_wrapper.h" |