Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(382)

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

Issue 8680040: Group forms-related files in webkit/glue in a forms/ subdirectory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + another build fix Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/password_manager/password_store.cc
diff --git a/chrome/browser/password_manager/password_store.cc b/chrome/browser/password_manager/password_store.cc
index 3127170fab1fc80eb85d7657056806503473f616..6f35655ce17d1e69b62f42292cfc228f6c4c5776 100644
--- a/chrome/browser/password_manager/password_store.cc
+++ b/chrome/browser/password_manager/password_store.cc
@@ -10,15 +10,15 @@
#include "base/task.h"
#include "chrome/browser/password_manager/password_store_consumer.h"
#include "content/public/browser/browser_thread.h"
-#include "webkit/glue/password_form.h"
+#include "webkit/forms/password_form.h"
using content::BrowserThread;
using std::vector;
-using webkit_glue::PasswordForm;
+using webkit::forms::PasswordForm;
PasswordStore::GetLoginsRequest::GetLoginsRequest(GetLoginsCallback* callback)
: CancelableRequest1<GetLoginsCallback,
- std::vector<webkit_glue::PasswordForm*> >(callback) {
+ std::vector<webkit::forms::PasswordForm*> >(callback) {
}
PasswordStore::GetLoginsRequest::~GetLoginsRequest() {
« no previous file with comments | « chrome/browser/password_manager/password_store.h ('k') | chrome/browser/password_manager/password_store_change.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698