| Index: chrome/browser/extensions/tab_helper.h
|
| ===================================================================
|
| --- chrome/browser/extensions/tab_helper.h (revision 177317)
|
| +++ chrome/browser/extensions/tab_helper.h (working copy)
|
| @@ -5,6 +5,8 @@
|
| #ifndef CHROME_BROWSER_EXTENSIONS_TAB_HELPER_H_
|
| #define CHROME_BROWSER_EXTENSIONS_TAB_HELPER_H_
|
|
|
| +#include <map>
|
| +#include <string>
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/observer_list.h"
|
| @@ -265,6 +267,8 @@
|
|
|
| scoped_ptr<ScriptBubbleController> script_bubble_controller_;
|
|
|
| + Profile* profile_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(TabHelper);
|
| };
|
|
|
|
|