From fc9c33ae67005fdbc7905da4803ca5f02cfea6c3 Mon Sep 17 00:00:00 2001 From: "estade@chromium.org" Date: Fri, 21 Dec 2012 07:38:56 +0000 Subject: Make AutofillManager::GetProfileSuggestions use PersonalDataManager::GetProfileSuggestions BUG=none TEST=AutofillManager unit tests Review URL: https://chromiumcodereview.appspot.com/11644034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174355 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/autofill/autofill_manager_unittest.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'chrome/browser/autofill/autofill_manager_unittest.cc') diff --git a/chrome/browser/autofill/autofill_manager_unittest.cc b/chrome/browser/autofill/autofill_manager_unittest.cc index 111d2cb..6c03030 100644 --- a/chrome/browser/autofill/autofill_manager_unittest.cc +++ b/chrome/browser/autofill/autofill_manager_unittest.cc @@ -51,6 +51,7 @@ #include "ui/base/l10n/l10n_util.h" #include "ui/gfx/rect.h" +typedef PersonalDataManager::GUIDPair GUIDPair; using content::BrowserThread; using content::WebContents; using testing::_; @@ -607,8 +608,6 @@ class TestAutofillManager : public AutofillManager { class AutofillManagerTest : public ChromeRenderViewHostTestHarness { public: - typedef AutofillManager::GUIDPair GUIDPair; - AutofillManagerTest() : ChromeRenderViewHostTestHarness(), ui_thread_(BrowserThread::UI, &message_loop_), -- cgit v1.1