| Index: chrome/browser/autofill/autofill_country.cc
|
| diff --git a/chrome/browser/autofill/autofill_country.cc b/chrome/browser/autofill/autofill_country.cc
|
| index a7ffd7b749e6536874a626857e11ba8e84a54942..4a83bd0f4f1fdd4f9114d92bbee1641d7ce9d5ef 100644
|
| --- a/chrome/browser/autofill/autofill_country.cc
|
| +++ b/chrome/browser/autofill/autofill_country.cc
|
| @@ -27,6 +27,8 @@
|
| #include "unicode/urename.h"
|
| #include "unicode/utypes.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| namespace {
|
|
|
| // The maximum capacity needed to store a locale up to the country code.
|
|
|