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" |