Index: chrome/browser/password_manager/password_store_default.cc |
diff --git a/chrome/browser/password_manager/password_store_default.cc b/chrome/browser/password_manager/password_store_default.cc |
index c30dd2f2246c268f763666afa8f2523d305e1f64..fc94580c658c64ab8c6bcf90980d41e38c23d924 100644 |
--- a/chrome/browser/password_manager/password_store_default.cc |
+++ b/chrome/browser/password_manager/password_store_default.cc |
@@ -15,7 +15,7 @@ |
#include "chrome/common/chrome_constants.h" |
#include "chrome/common/chrome_notification_types.h" |
#include "chrome/common/pref_names.h" |
-#include "content/browser/browser_thread.h" |
+#include "content/public/browser/browser_thread.h" |
#include "content/public/browser/notification_service.h" |
using webkit_glue::PasswordForm; |