| Index: 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 111d2cb5af4e2a85de9ce8cd3f95aa46002426e1..6c03030a40b5615486b0f8866403b31cfa1db9c0 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_),
|
|
|