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

Unified Diff: components/guest_view/renderer/DEPS

Issue 2427893003: Fix wrong cast in ExtensionsGuestViewContainer. (Closed)
Patch Set: Created 4 years, 2 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: components/guest_view/renderer/DEPS
diff --git a/components/guest_view/renderer/DEPS b/components/guest_view/renderer/DEPS
index 10f503479dfca5afcff339adf188a97824b0b3e3..cf2daa5ce491e70531a91364d398b98a7106c2e7 100644
--- a/components/guest_view/renderer/DEPS
+++ b/components/guest_view/renderer/DEPS
@@ -3,5 +3,6 @@ include_rules = [
"+content/public/common",
"+ipc",
"+third_party/WebKit/public",
+ "+ui/gfx",
"+v8/include/v8.h",
]

Powered by Google App Engine
This is Rietveld 408576698