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

Unified Diff: webkit/glue/autocomplete_input_listener_unittest.cc

Issue 7974: Port a few test_shell_tests. Now it runs 45 of them.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 12 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 | « net/base/x509_certificate_nss.cc ('k') | webkit/glue/cpp_variant_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/autocomplete_input_listener_unittest.cc
===================================================================
--- webkit/glue/autocomplete_input_listener_unittest.cc (revision 3977)
+++ webkit/glue/autocomplete_input_listener_unittest.cc (working copy)
@@ -76,9 +76,9 @@
class TestAutocompleteInputListener : public AutocompleteInputListener {
public:
TestAutocompleteInputListener(AutocompleteEditDelegate* d)
- : blurred_(false),
- did_request_inline_autocomplete_(false),
- AutocompleteInputListener(d) {
+ : AutocompleteInputListener(d),
+ blurred_(false),
+ did_request_inline_autocomplete_(false) {
}
void ResetTestState() {
« no previous file with comments | « net/base/x509_certificate_nss.cc ('k') | webkit/glue/cpp_variant_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698