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

Unified Diff: components/autofill/core/browser/autofill_external_delegate.h

Issue 301343002: mac: Clean up autofill integration with Address Book. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@autofill_cleanup2_base
Patch Set: Autofill test failures on Android. Undo a change to autofill_test_utils.cc. Created 6 years, 6 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: components/autofill/core/browser/autofill_external_delegate.h
diff --git a/components/autofill/core/browser/autofill_external_delegate.h b/components/autofill/core/browser/autofill_external_delegate.h
index 3994f64abb0e4187135b313d0f9a6e4f1167b2b9..b1e41110b95005bbc591906b6a08334ac6775ea7 100644
--- a/components/autofill/core/browser/autofill_external_delegate.h
+++ b/components/autofill/core/browser/autofill_external_delegate.h
@@ -117,7 +117,7 @@ class AutofillExternalDelegate
#if defined(OS_MACOSX) && !defined(OS_IOS)
// Pings the renderer.
void PingRenderer();
-#endif
+#endif // defined(OS_MACOSX) && !defined(OS_IOS)
AutofillManager* manager_; // weak.

Powered by Google App Engine
This is Rietveld 408576698