| Index: services/shell/public/cpp/lib/identity.cc
|
| diff --git a/mojo/shell/public/cpp/lib/identity.cc b/services/shell/public/cpp/lib/identity.cc
|
| similarity index 94%
|
| rename from mojo/shell/public/cpp/lib/identity.cc
|
| rename to services/shell/public/cpp/lib/identity.cc
|
| index 85860a0c3a75898d805b26e78027330420a03625..a3f12cbd63131a8b8d1e4f22c81eb97e636e8355 100644
|
| --- a/mojo/shell/public/cpp/lib/identity.cc
|
| +++ b/services/shell/public/cpp/lib/identity.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "mojo/shell/public/cpp/identity.h"
|
| +#include "services/shell/public/cpp/identity.h"
|
|
|
| #include "base/guid.h"
|
| -#include "mojo/shell/public/cpp/names.h"
|
| +#include "services/shell/public/cpp/names.h"
|
|
|
| namespace mojo {
|
|
|
|
|