| Index: mojo/shell/identity.cc
|
| diff --git a/mojo/shell/application_manager/identity.cc b/mojo/shell/identity.cc
|
| similarity index 85%
|
| rename from mojo/shell/application_manager/identity.cc
|
| rename to mojo/shell/identity.cc
|
| index c54f5d868a89224b3abc7775732baeef05fbc97a..7eb88c7c8e927637a770db8f282d73ad251c6d3c 100644
|
| --- a/mojo/shell/application_manager/identity.cc
|
| +++ b/mojo/shell/identity.cc
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "mojo/shell/application_manager/identity.h"
|
| +#include "mojo/shell/identity.h"
|
|
|
| -#include "mojo/shell/application_manager/query_util.h"
|
| +#include "mojo/shell/query_util.h"
|
|
|
| namespace mojo {
|
| namespace shell {
|
|
|