| Index: chrome/browser/tab_contents/infobar_delegate.h
|
| diff --git a/chrome/browser/tab_contents/infobar_delegate.h b/chrome/browser/tab_contents/infobar_delegate.h
|
| index 869eabef671295bbd8f5a51d89962cb0b582a991..4da3510befd2474e14921a7cb80caeda87a94bde 100644
|
| --- a/chrome/browser/tab_contents/infobar_delegate.h
|
| +++ b/chrome/browser/tab_contents/infobar_delegate.h
|
| @@ -6,9 +6,8 @@
|
| #define CHROME_BROWSER_TAB_CONTENTS_INFOBAR_DELEGATE_H_
|
| #pragma once
|
|
|
| -#include <string>
|
| -
|
| #include "base/basictypes.h"
|
| +#include "base/string16.h"
|
| #include "chrome/browser/tab_contents/navigation_controller.h"
|
| #include "webkit/glue/window_open_disposition.h"
|
|
|
|
|