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

Unified Diff: mojo/shell/app_container.h

Issue 27943002: Teach mojo_shell how to load http URLs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix lifetime Created 7 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: mojo/shell/app_container.h
diff --git a/mojo/shell/app_container.h b/mojo/shell/app_container.h
index cc3ab001bdbbb1a120f53e95287ae4024735fc95..74b84a339c8efa71cc39e9e61e894bea07a465f7 100644
--- a/mojo/shell/app_container.h
+++ b/mojo/shell/app_container.h
@@ -6,6 +6,7 @@
#define MOJO_SHELL_APP_CONTAINER_H_
#include "base/basictypes.h"
+#include "base/files/file_path.h"
Aaron Boodman 2013/10/18 17:59:42 Can forward-declare FilePath here.
#include "base/memory/weak_ptr.h"
#include "mojo/public/system/core.h"
« mojo/loader/loader.cc ('K') | « mojo/mojo.gyp ('k') | mojo/shell/app_container.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698