summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete_history_manager.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/browser/autocomplete_history_manager.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/browser/autocomplete_history_manager.h')
-rw-r--r--chrome/browser/autocomplete_history_manager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/autocomplete_history_manager.h b/chrome/browser/autocomplete_history_manager.h
index 8ccd52b..4f8b8f3 100644
--- a/chrome/browser/autocomplete_history_manager.h
+++ b/chrome/browser/autocomplete_history_manager.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.
@@ -34,7 +34,7 @@ class AutocompleteHistoryManager : public TabContentsObserver,
virtual void OnWebDataServiceRequestDone(WebDataService::Handle h,
const WDTypedResult* result);
- // Pass-through functions that are called by AutoFillManager, after it has
+ // Pass-through functions that are called by AutofillManager, after it has
// dispatched a message.
void OnGetAutocompleteSuggestions(
int query_id,
@@ -48,7 +48,7 @@ class AutocompleteHistoryManager : public TabContentsObserver,
protected:
friend class AutocompleteHistoryManagerTest;
- friend class AutoFillManagerTest;
+ friend class AutofillManagerTest;
// For tests.
AutocompleteHistoryManager(TabContents* tab_contents,