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

Unified Diff: chrome/browser/autofill/test_autofill_external_delegate_android.cc

Issue 11085055: Make the WebContentsUserData locator key private. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, catch more uses of the key Created 8 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/infobars/infobar_tab_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/test_autofill_external_delegate_android.cc
diff --git a/chrome/browser/autofill/test_autofill_external_delegate_android.cc b/chrome/browser/autofill/test_autofill_external_delegate_android.cc
index 972f0218af2cc1ca65f360a56f5e204697b3bab5..4e42fdfc528b5823af7702519dc795bcb21b33f4 100644
--- a/chrome/browser/autofill/test_autofill_external_delegate_android.cc
+++ b/chrome/browser/autofill/test_autofill_external_delegate_android.cc
@@ -11,6 +11,6 @@ void AutofillExternalDelegate::CreateForWebContentsAndManager(
return;
web_contents->SetUserData(
- &kLocatorKey,
+ UserDataKey(),
new TestAutofillExternalDelegate(web_contents, autofill_manager));
}
« no previous file with comments | « no previous file | chrome/browser/infobars/infobar_tab_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698