| Index: chrome/browser/automation/automation_tab_helper.h
|
| diff --git a/chrome/browser/automation/automation_tab_helper.h b/chrome/browser/automation/automation_tab_helper.h
|
| index 0cfcbbfa72984cbec812a243de20de644ce4c35b..8008864f3b791aaa4fcb01e83c3cc4c232604ee6 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/tab_contents/web_contents_user_data.h"
|
| +#include "chrome/browser/common/web_contents_user_data.h"
|
| #include "content/public/browser/web_contents_observer.h"
|
|
|
| class AutomationTabHelper;
|
| @@ -99,7 +99,6 @@ class AutomationTabHelper
|
|
|
| private:
|
| explicit AutomationTabHelper(content::WebContents* web_contents);
|
| - static int kUserDataKey;
|
| friend class WebContentsUserData<AutomationTabHelper>;
|
|
|
| friend class AutomationTabHelperTest;
|
|
|