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

Unified Diff: webkit/glue/webpasswordautocompletelistener_impl.h

Issue 3219002: FBTF: Move code from headers into cc files. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 4 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: webkit/glue/webpasswordautocompletelistener_impl.h
diff --git a/webkit/glue/webpasswordautocompletelistener_impl.h b/webkit/glue/webpasswordautocompletelistener_impl.h
index 4fea455883bbd567a788ef50bfb93e926dec0759..8180a476f8fbf42daa3ca9a6f6481d648cc22171 100644
--- a/webkit/glue/webpasswordautocompletelistener_impl.h
+++ b/webkit/glue/webpasswordautocompletelistener_impl.h
@@ -49,8 +49,7 @@ class WebPasswordAutocompleteListenerImpl :
WebInputElementDelegate* username_element,
WebInputElementDelegate* password_element,
const PasswordFormFillData& data);
- ~WebPasswordAutocompleteListenerImpl() {
- }
+ virtual ~WebPasswordAutocompleteListenerImpl();
// WebKit::PasswordAutocompleteListener methods:
virtual void didBlurInputElement(const WebString& user_input);

Powered by Google App Engine
This is Rietveld 408576698