summaryrefslogtreecommitdiffstats
path: root/webkit/glue/form_data.h
diff options
context:
space:
mode:
authorisherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-20 20:03:25 +0000
committerisherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-20 20:03:25 +0000
commit40ac331674fa7488b139fa3633a36aade05defdc (patch)
tree1f491cbf2c76e0e50673cc5c49689b1707ad8d09 /webkit/glue/form_data.h
parent3c644d83d23318c6ba120e2303816369045f5964 (diff)
downloadchromium_src-40ac331674fa7488b139fa3633a36aade05defdc.zip
chromium_src-40ac331674fa7488b139fa3633a36aade05defdc.tar.gz
chromium_src-40ac331674fa7488b139fa3633a36aade05defdc.tar.bz2
Add a debugging flag to annotate web forms with their Autofill field type predictions.
BUG=none TEST=none Review URL: http://codereview.chromium.org/7187029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89716 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/form_data.h')
-rw-r--r--webkit/glue/form_data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/glue/form_data.h b/webkit/glue/form_data.h
index f0011c7..288e734 100644
--- a/webkit/glue/form_data.h
+++ b/webkit/glue/form_data.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -7,7 +7,7 @@
#include <vector>
-#include "base/string_util.h"
+#include "base/string16.h"
#include "googleurl/src/gurl.h"
#include "webkit/glue/form_field.h"