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

Unified Diff: chrome/browser/ui/cocoa/passwords/credential_item_view.h

Issue 1031253003: Move credential_manager_types.h to components/password_manager/core. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/ui/cocoa/passwords/credential_item_view.h
diff --git a/chrome/browser/ui/cocoa/passwords/credential_item_view.h b/chrome/browser/ui/cocoa/passwords/credential_item_view.h
index c032759dbdcfa6d86b4cc96211ae8d3b012d8ea1..8bb1b4f52e837f4ba990ce1425f4d3c395f1effa 100644
--- a/chrome/browser/ui/cocoa/passwords/credential_item_view.h
+++ b/chrome/browser/ui/cocoa/passwords/credential_item_view.h
@@ -9,7 +9,7 @@
#import "base/mac/scoped_nsobject.h"
#include "components/autofill/core/common/password_form.h"
-#include "components/password_manager/content/common/credential_manager_types.h"
+#include "components/password_manager/core/common/credential_manager_types.h"
@class CredentialItemView;
class GURL;

Powered by Google App Engine
This is Rietveld 408576698