Chromium Code Reviews

Unified Diff: chromecast/shell/browser/cast_browser_context.cc

Issue 598303002: Chromecast: adds CastNetworkDelegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: uploads CastNetworkDelegate :) Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chromecast/shell/browser/cast_browser_context.cc
diff --git a/chromecast/shell/browser/cast_browser_context.cc b/chromecast/shell/browser/cast_browser_context.cc
index 487cfa5ae797f0b9e5ece0b3be6fc9b740026761..bb65021a62445c44dbd07daeccac76352fabfd62 100644
--- a/chromecast/shell/browser/cast_browser_context.cc
+++ b/chromecast/shell/browser/cast_browser_context.cc
@@ -5,6 +5,7 @@
#include "chromecast/shell/browser/cast_browser_context.h"
#include "base/command_line.h"
+#include "base/files/file_util.h"
lcwu1 2014/09/25 18:53:18 Now that you added file_util.h, you might as well
gunsch 2014/09/25 19:24:59 Not referenced directly in this file.
lcwu1 2014/09/25 20:07:04 Line 78 and 107 has a direct reference to base::Fi
gunsch 2014/09/25 20:46:34 Discussed offline, part of BrowserContext's public
#include "base/macros.h"
#include "base/path_service.h"
#include "chromecast/common/cast_paths.h"

Powered by Google App Engine