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

Unified Diff: Source/web/ChromeClientImpl.h

Issue 843683005: Fix a bit of C++11 in web/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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 | Source/web/ChromeClientImpl.cpp » ('j') | Source/web/WebSearchableFormData.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/ChromeClientImpl.h
diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
index 310144604e90355a45932794dd6bda4ea2b30737..eaea51c1bf0ecea85cd1a4651500590649e00882 100644
--- a/Source/web/ChromeClientImpl.h
+++ b/Source/web/ChromeClientImpl.h
@@ -165,7 +165,7 @@ public:
virtual bool shouldDisableDesktopWorkarounds() override;
// AutofillClient pass throughs:
- virtual void didAssociateFormControls(const WillBeHeapVector<RefPtrWillBeMember<Element> >&, LocalFrame*) override;
+ virtual void didAssociateFormControls(const WillBeHeapVector<RefPtrWillBeMember<Element>>&, LocalFrame*) override;
virtual void handleKeyboardEventOnTextField(HTMLInputElement&, KeyboardEvent&) override;
virtual void didChangeValueInTextField(HTMLFormControlElement&) override;
virtual void didEndEditingOnTextField(HTMLInputElement&) override;
« no previous file with comments | « no previous file | Source/web/ChromeClientImpl.cpp » ('j') | Source/web/WebSearchableFormData.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698