Chromium Code Reviews| Index: chrome/browser/password_manager/password_manager_delegate_impl.h |
| =================================================================== |
| --- chrome/browser/password_manager/password_manager_delegate_impl.h (revision 142386) |
| +++ chrome/browser/password_manager/password_manager_delegate_impl.h (working copy) |
| @@ -6,6 +6,8 @@ |
| #define CHROME_BROWSER_PASSWORD_MANAGER_PASSWORD_MANAGER_DELEGATE_IMPL_H_ |
| #pragma once |
| +#include <string> |
|
Roger Tawa OOO till Jul 10th
2012/06/15 17:56:00
there is no need for this include in this header.
Mathieu
2012/06/21 13:13:00
Done.
|
| + |
| #include "base/basictypes.h" |
| #include "base/compiler_specific.h" |
| #include "chrome/browser/password_manager/password_manager_delegate.h" |