| Index: chrome/browser/sync/profile_sync_service_password_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_password_unittest.cc b/chrome/browser/sync/profile_sync_service_password_unittest.cc
|
| index a2b35c9b6921d77a0228ed4d0d45d715e774a2e0..47095173bc124f2f6e9d4a38c1972b84ce5e0226 100644
|
| --- a/chrome/browser/sync/profile_sync_service_password_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_password_unittest.cc
|
| @@ -40,7 +40,7 @@
|
| #include "content/test/notification_observer_mock.h"
|
| #include "content/test/test_browser_thread.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| -#include "webkit/glue/password_form.h"
|
| +#include "webkit/forms/password_form.h"
|
|
|
| using base::Time;
|
| using browser_sync::PasswordChangeProcessor;
|
| @@ -77,7 +77,7 @@ using testing::InvokeWithoutArgs;
|
| using testing::Return;
|
| using testing::SaveArg;
|
| using testing::SetArgumentPointee;
|
| -using webkit_glue::PasswordForm;
|
| +using webkit::forms::PasswordForm;
|
|
|
| ACTION_P3(MakePasswordSyncComponents, service, ps, dtc) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::DB));
|
|
|