Chromium Code Reviews

Unified Diff: chrome/browser/sync/test/integration/single_client_passwords_sync_test.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/sync/test/integration/single_client_passwords_sync_test.cc
diff --git a/chrome/browser/sync/test/integration/single_client_passwords_sync_test.cc b/chrome/browser/sync/test/integration/single_client_passwords_sync_test.cc
index f53955e14efcbc0c7aa6dfbfc70887a7024c5c19..471146cc90648bb5155400eb5885cde338a10965 100644
--- a/chrome/browser/sync/test/integration/single_client_passwords_sync_test.cc
+++ b/chrome/browser/sync/test/integration/single_client_passwords_sync_test.cc
@@ -15,7 +15,7 @@ using passwords_helper::GetVerifierPasswordCount;
using passwords_helper::GetVerifierPasswordStore;
using passwords_helper::ProfileContainsSamePasswordFormsAsVerifier;
-using webkit::forms::PasswordForm;
+using content::PasswordForm;
class SingleClientPasswordsSyncTest : public SyncTest {
public:

Powered by Google App Engine