| Index: chrome/browser/tab_contents/tab_contents_delegate.h
|
| diff --git a/chrome/browser/tab_contents/tab_contents_delegate.h b/chrome/browser/tab_contents/tab_contents_delegate.h
|
| index 7b5f7a744891e3e7baeae5db3ee39888a624114c..1fcde9699f3d8e42933286bccff3aea6652b46a6 100644
|
| --- a/chrome/browser/tab_contents/tab_contents_delegate.h
|
| +++ b/chrome/browser/tab_contents/tab_contents_delegate.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef CHROME_BROWSER_TAB_CONTENTS_TAB_CONTENTS_DELEGATE_H_
|
| #define CHROME_BROWSER_TAB_CONTENTS_TAB_CONTENTS_DELEGATE_H_
|
|
|
| +#include <string>
|
| +
|
| #include "app/gfx/native_widget_types.h"
|
| #include "base/basictypes.h"
|
| #include "base/gfx/rect.h"
|
| @@ -237,7 +239,6 @@ class TabContentsDelegate {
|
|
|
| protected:
|
| ~TabContentsDelegate() {}
|
| -
|
| };
|
|
|
| #endif // CHROME_BROWSER_TAB_CONTENTS_TAB_CONTENTS_DELEGATE_H_
|
|
|