| Index: mojo/shell/standalone/desktop/main.cc
|
| diff --git a/mojo/runner/desktop/main.cc b/mojo/shell/standalone/desktop/main.cc
|
| similarity index 60%
|
| rename from mojo/runner/desktop/main.cc
|
| rename to mojo/shell/standalone/desktop/main.cc
|
| index 9971326e88cec2a8130b6085e07cf42dbd93b868..d25f03bc194cb82dfa19437fc2dce9d16d707b71 100644
|
| --- a/mojo/runner/desktop/main.cc
|
| +++ b/mojo/shell/standalone/desktop/main.cc
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "mojo/runner/desktop/main_helper.h"
|
| +#include "mojo/shell/standalone/desktop/main_helper.h"
|
|
|
| int main(int argc, char** argv) {
|
| - return mojo::runner::RunnerMain(argc, argv, GURL(), base::Closure());
|
| + return mojo::shell::StandaloneShellMain(argc, argv, GURL(), base::Closure());
|
| }
|
|
|