| Index: chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc b/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
|
| index 8aaf667e6e196449f193794b0e7f616f896878c6..467bb0242ffec929e40e9c4f653c7c48b3b9ac22 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
|
| @@ -54,6 +54,9 @@
|
| #include "ui/base/win/scoped_ole_initializer.h"
|
| #endif
|
|
|
| +using base::ASCIIToUTF16;
|
| +using base::UTF8ToUTF16;
|
| +
|
| namespace autofill {
|
|
|
| namespace {
|
|
|