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

Unified Diff: chrome/browser/ui/browser_commands.h

Issue 2448943002: Refactor SecurityStateModel/Clients for simplicity and reusability. (Closed)
Patch Set: refactor -> SecurityStateTabHelper. Created 4 years, 1 month 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/browser_commands.h
diff --git a/chrome/browser/ui/browser_commands.h b/chrome/browser/ui/browser_commands.h
index 984144b0ed72218fe877fdc14df7ad55711fc3bc..1fa96e04914e232d9dfa4bc693df0ea00c0eaefb 100644
--- a/chrome/browser/ui/browser_commands.h
+++ b/chrome/browser/ui/browser_commands.h
@@ -10,7 +10,7 @@
#include "build/build_config.h"
#include "chrome/browser/devtools/devtools_toggle_action.h"
#include "chrome/browser/ui/tabs/tab_strip_model_delegate.h"
-#include "components/security_state/security_state_model.h"
+#include "components/security_state/core/security_state_model.h"
estark 2016/11/02 05:22:02 Looks like you could just delete this and forward-
Eric Seckler 2016/11/02 09:56:53 I think that only works if we move SecurityInfo ou
estark 2016/11/03 04:38:45 Oh, that's right -- fine to leave as is. However,
Eric Seckler 2016/11/03 17:01:06 You're right, makes sense to do it in one review.
#include "content/public/common/page_zoom.h"
#include "ui/base/window_open_disposition.h"

Powered by Google App Engine
This is Rietveld 408576698