Index: chrome/browser/extensions/tab_helper.h |
=================================================================== |
--- chrome/browser/extensions/tab_helper.h (revision 177252) |
+++ chrome/browser/extensions/tab_helper.h (working copy) |
@@ -5,8 +5,6 @@ |
#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" |
@@ -267,8 +265,6 @@ |
scoped_ptr<ScriptBubbleController> script_bubble_controller_; |
- Profile* profile_; |
- |
DISALLOW_COPY_AND_ASSIGN(TabHelper); |
}; |
Property changes on: chrome/browser/extensions/tab_helper.h |
___________________________________________________________________ |
Added: svn:mergeinfo |