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

Unified Diff: chrome/browser/password_manager/login_database.h

Issue 7353026: Move app/sql/* files to sql/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 9 years, 5 months 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/login_database.h
diff --git a/chrome/browser/password_manager/login_database.h b/chrome/browser/password_manager/login_database.h
index f4fe724ff4ad913afad3158088926e159386b7db..e91078d05a59cec6ad759b88d0379ba08ce13a8e 100644
--- a/chrome/browser/password_manager/login_database.h
+++ b/chrome/browser/password_manager/login_database.h
@@ -9,10 +9,10 @@
#include <string>
#include <vector>
-#include "app/sql/connection.h"
-#include "app/sql/meta_table.h"
#include "base/file_path.h"
#include "base/string16.h"
+#include "sql/connection.h"
+#include "sql/meta_table.h"
#include "webkit/glue/password_form.h"
// Interface to the database storage of login information, intended as a helper
« no previous file with comments | « chrome/browser/net/sqlite_persistent_cookie_store.cc ('k') | chrome/browser/password_manager/login_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698