summaryrefslogtreecommitdiffstats
path: root/chrome/test/render_view_test.h
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-05 04:05:55 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-05 04:05:55 +0000
commitc4a9e93c5e86b5747c2f4c6f8516f03905a5cc8b (patch)
tree356d306e104bb4ef650f2121f632bf15579cfcfc /chrome/test/render_view_test.h
parentdbe6b920f0488c184bc9be0bec355ce65e559499 (diff)
downloadchromium_src-c4a9e93c5e86b5747c2f4c6f8516f03905a5cc8b.zip
chromium_src-c4a9e93c5e86b5747c2f4c6f8516f03905a5cc8b.tar.gz
chromium_src-c4a9e93c5e86b5747c2f4c6f8516f03905a5cc8b.tar.bz2
autofill: Rename AutoFillManager to AutofillManager.
BUG=72758 TEST=existing unit_tests Review URL: http://codereview.chromium.org/6625033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77031 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/render_view_test.h')
-rw-r--r--chrome/test/render_view_test.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/test/render_view_test.h b/chrome/test/render_view_test.h
index d88fdf1..96e9c77 100644
--- a/chrome/test/render_view_test.h
+++ b/chrome/test/render_view_test.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.
@@ -23,7 +23,7 @@
namespace autofill {
class AutoFillAgent;
-class PasswordAutoFillManager;
+class PasswordAutofillManager;
}
class MockRenderProcess;
@@ -104,7 +104,7 @@ class RenderViewTest : public testing::Test {
scoped_ptr<CommandLine> command_line_;
scoped_ptr<SandboxInitWrapper> sandbox_init_wrapper_;
- autofill::PasswordAutoFillManager* password_autofill_;
+ autofill::PasswordAutofillManager* password_autofill_;
autofill::AutoFillAgent* autofill_agent_;
};