| Index: chrome/browser/autofill/autofill_profile_unittest.cc
|
| diff --git a/chrome/browser/autofill/autofill_profile_unittest.cc b/chrome/browser/autofill/autofill_profile_unittest.cc
|
| index 02f7c2dd126a8a232378272aab888b6a3c2c7fa3..6c1297e612bef49c08429976f1bcc5bf46e47865 100644
|
| --- a/chrome/browser/autofill/autofill_profile_unittest.cc
|
| +++ b/chrome/browser/autofill/autofill_profile_unittest.cc
|
| @@ -11,7 +11,6 @@
|
| #include "chrome/browser/autofill/autofill_common_test.h"
|
| #include "chrome/browser/autofill/autofill_profile.h"
|
| #include "chrome/common/guid.h"
|
| -#include "chrome/test/base/testing_browser_process_test.h"
|
| #include "grit/generated_resources.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| @@ -25,7 +24,7 @@ bool UpdateProfileLabel(AutofillProfile *profile) {
|
|
|
| } // namespace
|
|
|
| -typedef TestingBrowserProcessTest AutofillProfileTest;
|
| +typedef testing::Test AutofillProfileTest;
|
|
|
| // Tests different possibilities for summary string generation.
|
| // Based on existence of first name, last name, and address line 1.
|
|
|