Index: chrome/browser/autofill/credit_card_unittest.cc |
diff --git a/chrome/browser/autofill/credit_card_unittest.cc b/chrome/browser/autofill/credit_card_unittest.cc |
index d71a67c87bf08086857e904bdaa13b10e67ef546..62b7cea453f042aa18d241d2058debb7b9ec3296 100644 |
--- a/chrome/browser/autofill/credit_card_unittest.cc |
+++ b/chrome/browser/autofill/credit_card_unittest.cc |
@@ -6,7 +6,6 @@ |
#include "base/utf_string_conversions.h" |
#include "chrome/browser/autofill/autofill_common_test.h" |
#include "chrome/browser/autofill/credit_card.h" |
-#include "chrome/test/base/testing_browser_process_test.h" |
#include "testing/gtest/include/gtest/gtest.h" |
namespace { |
@@ -40,7 +39,7 @@ const char* const kInvalidNumbers[] = { |
} // namespace |
-typedef TestingBrowserProcessTest CreditCardTest; |
+typedef testing::Test CreditCardTest; |
// Tests credit card summary string generation. This test simulates a variety |
// of different possible summary strings. Variations occur based on the |