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

Unified Diff: chrome/browser/ui/webui/media_router/media_router_file_dialog.cc

Issue 2966033002: Add missing includes to media_router_file_dialog.cc (Closed)
Patch Set: Created 3 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/media_router/media_router_file_dialog.cc
diff --git a/chrome/browser/ui/webui/media_router/media_router_file_dialog.cc b/chrome/browser/ui/webui/media_router/media_router_file_dialog.cc
index 3489362f0872ca453a4433527a1d8f9225fdd956..b9012aa1ffa132a3742b9516d0f8adecc2be2f83 100644
--- a/chrome/browser/ui/webui/media_router/media_router_file_dialog.cc
+++ b/chrome/browser/ui/webui/media_router/media_router_file_dialog.cc
@@ -8,6 +8,8 @@
#include "base/task/cancelable_task_tracker.h"
#include "base/task_scheduler/post_task.h"
#include "chrome/browser/media/router/media_router_metrics.h"
+#include "chrome/browser/profiles/profile.h"
+#include "chrome/browser/ui/browser.h"
#include "chrome/browser/ui/browser_window.h"
#include "chrome/browser/ui/tabs/tab_strip_model.h"
#include "chrome/common/media_router/issue.h"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698