| Index: chrome/browser/autofill/address_unittest.cc
|
| diff --git a/chrome/browser/autofill/address_unittest.cc b/chrome/browser/autofill/address_unittest.cc
|
| index 2cd3d4deeb7c13e19374ddcf93dbc0f40b55e155..b578cb640a7dbda7922de74b252f5177be1e56c2 100644
|
| --- a/chrome/browser/autofill/address_unittest.cc
|
| +++ b/chrome/browser/autofill/address_unittest.cc
|
| @@ -12,6 +12,8 @@
|
| #include "content/test/test_browser_thread.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| class AddressTest : public testing::Test {
|
| public:
|
| // In order to access the application locale -- which the tested functions do
|
|
|