Chromium Code Reviews

Unified Diff: chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc

Issue 11000016: Move forms/ out of webkit/. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Response to review Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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 3157a29f1387987935fcd5da5f2bc6a5efaa659d..32c2648ce5dab5e1ce7302df063ba0158592d9d8 100644
--- a/chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc
+++ b/chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc
@@ -29,7 +29,7 @@ using content::BrowserThread;
using testing::_;
using testing::Invoke;
using testing::Return;
-using webkit::forms::PasswordForm;
+using content::PasswordForm;
namespace {
« no previous file with comments | « chrome/browser/password_manager/native_backend_kwallet_x.cc ('k') | chrome/browser/password_manager/password_form_data.h » ('j') | no next file with comments »

Powered by Google App Engine