Index: mojo/runner/context.h |
diff --git a/mojo/runner/context.h b/mojo/runner/context.h |
index cf2d89da64cf9ce05bf55a86f2084b3cc49afae3..78cd1631a0948e1475589e33a9382e6057603d81 100644 |
--- a/mojo/runner/context.h |
+++ b/mojo/runner/context.h |
@@ -9,7 +9,6 @@ |
#include "base/macros.h" |
#include "mojo/edk/embedder/process_delegate.h" |
-#include "mojo/runner/scoped_user_data_dir.h" |
#include "mojo/runner/task_runners.h" |
#include "mojo/runner/url_resolver.h" |
#include "mojo/shell/application_manager.h" |
@@ -80,7 +79,6 @@ |
void OnApplicationEnd(const GURL& url); |
- ScopedUserDataDir scoped_user_data_dir; |
std::set<GURL> app_urls_; |
scoped_ptr<TaskRunners> task_runners_; |
shell::ApplicationManager application_manager_; |