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

Unified Diff: chrome/browser/ui/browser_dialogs.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_dialogs.h
diff --git a/chrome/browser/ui/browser_dialogs.h b/chrome/browser/ui/browser_dialogs.h
index e1d3c652dd605fa720e9959ef115a6f73ef90620..fbcaa191c16e92a69f4dd7dbee872b8ca7124815 100644
--- a/chrome/browser/ui/browser_dialogs.h
+++ b/chrome/browser/ui/browser_dialogs.h
@@ -12,7 +12,7 @@
#include "base/callback.h"
#include "build/build_config.h"
#include "chrome/browser/ui/bookmarks/bookmark_editor.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 same here
#include "third_party/skia/include/core/SkColor.h"
#include "ui/gfx/native_widget_types.h"

Powered by Google App Engine
This is Rietveld 408576698