| Index: mojo/runner/context.h
|
| diff --git a/mojo/runner/context.h b/mojo/runner/context.h
|
| index 78cd1631a0948e1475589e33a9382e6057603d81..cf2d89da64cf9ce05bf55a86f2084b3cc49afae3 100644
|
| --- a/mojo/runner/context.h
|
| +++ b/mojo/runner/context.h
|
| @@ -9,6 +9,7 @@
|
|
|
| #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"
|
| @@ -79,6 +80,7 @@ class Context : public shell::ApplicationManager::Delegate,
|
|
|
| void OnApplicationEnd(const GURL& url);
|
|
|
| + ScopedUserDataDir scoped_user_data_dir;
|
| std::set<GURL> app_urls_;
|
| scoped_ptr<TaskRunners> task_runners_;
|
| shell::ApplicationManager application_manager_;
|
|
|