Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1150)

Unified Diff: chrome/browser/automation/automation_tab_helper.h

Issue 10993064: Make using WebContentsUserData simpler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « no previous file | chrome/browser/automation/automation_tab_helper.cc » ('j') | chrome/browser/common/web_contents_user_data.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698