| Index: chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc
|
| diff --git a/chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc b/chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc
|
| index 740def1ff39b80d4c09c57d9c7a0e251c1c88a25..14379b4f68599e0f5effcce49bea101c3df165e6 100644
|
| --- a/chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc
|
| +++ b/chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc
|
| @@ -25,11 +25,11 @@
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| +using autofill::PasswordForm;
|
| using content::BrowserThread;
|
| using testing::_;
|
| using testing::Invoke;
|
| using testing::Return;
|
| -using content::PasswordForm;
|
|
|
| namespace {
|
|
|
|
|