| Index: mojo/shell/standalone/context.h
|
| diff --git a/mojo/shell/standalone/context.h b/mojo/shell/standalone/context.h
|
| index b4e376842588fccf3ab7698f01c29788786e73cb..2b729a90976d1f1181a33d9b5671d5b364a426b9 100644
|
| --- a/mojo/shell/standalone/context.h
|
| +++ b/mojo/shell/standalone/context.h
|
| @@ -14,7 +14,6 @@
|
| #include "mojo/edk/embedder/process_delegate.h"
|
| #include "mojo/shell/application_manager.h"
|
| #include "mojo/shell/standalone/tracer.h"
|
| -#include "url/gurl.h"
|
|
|
| namespace base {
|
| class SingleThreadTaskRunner;
|
| @@ -62,8 +61,8 @@ class Context : public edk::ProcessDelegate {
|
| // edk::ProcessDelegate:
|
| void OnShutdownComplete() override;
|
|
|
| - // Runs the app specified by |url|.
|
| - void Run(const GURL& url);
|
| + // Runs the app specified by |name|.
|
| + void Run(const std::string& name);
|
|
|
| scoped_refptr<base::SingleThreadTaskRunner> shell_runner_;
|
| scoped_ptr<base::Thread> io_thread_;
|
|
|