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

Unified Diff: ios/chrome/browser/ui/omnibox/omnibox_util.h

Issue 2448943002: Refactor SecurityStateModel/Clients for simplicity and reusability. (Closed)
Patch Set: update comments. 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: ios/chrome/browser/ui/omnibox/omnibox_util.h
diff --git a/ios/chrome/browser/ui/omnibox/omnibox_util.h b/ios/chrome/browser/ui/omnibox/omnibox_util.h
index 67cc3178270d9396675040e838ddd141a3182282..dc02e3dc02479b66cc3e14f47383336216f2dcab 100644
--- a/ios/chrome/browser/ui/omnibox/omnibox_util.h
+++ b/ios/chrome/browser/ui/omnibox/omnibox_util.h
@@ -6,7 +6,7 @@
#define IOS_CHROME_BROWSER_UI_OMNIBOX_OMNIBOX_UTIL_H_
#include "components/omnibox/browser/autocomplete_match_type.h"
-#include "components/security_state/security_state_model.h"
+#include "components/security_state/core/security_state_model.h"
// Converts |type| to a resource identifier for the appropriate icon for this
// type to show in the omnibox.

Powered by Google App Engine
This is Rietveld 408576698