diff options
Diffstat (limited to 'chrome/browser/automation/automation_tab_helper.h')
-rw-r--r-- | chrome/browser/automation/automation_tab_helper.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/automation/automation_tab_helper.h b/chrome/browser/automation/automation_tab_helper.h index 8008864..0cfcbbf 100644 --- a/chrome/browser/automation/automation_tab_helper.h +++ b/chrome/browser/automation/automation_tab_helper.h @@ -11,7 +11,7 @@ #include "base/basictypes.h" #include "base/observer_list.h" #include "base/memory/weak_ptr.h" -#include "chrome/browser/common/web_contents_user_data.h" +#include "chrome/browser/tab_contents/web_contents_user_data.h" #include "content/public/browser/web_contents_observer.h" class AutomationTabHelper; @@ -99,6 +99,7 @@ class AutomationTabHelper private: explicit AutomationTabHelper(content::WebContents* web_contents); + static int kUserDataKey; friend class WebContentsUserData<AutomationTabHelper>; friend class AutomationTabHelperTest; |