| Index: services/user/public/cpp/constants.cc
|
| diff --git a/components/profile_service/public/cpp/constants.cc b/services/user/public/cpp/constants.cc
|
| similarity index 50%
|
| rename from components/profile_service/public/cpp/constants.cc
|
| rename to services/user/public/cpp/constants.cc
|
| index b2ddc1c7a5f4ecb2e5aa387c42b3022334d863e5..963fb12375e51fe2b8812decff512805fa7b9f79 100644
|
| --- a/components/profile_service/public/cpp/constants.cc
|
| +++ b/services/user/public/cpp/constants.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 "components/profile_service/public/cpp/constants.h"
|
| +#include "services/user/public/cpp/constants.h"
|
|
|
| -namespace profile {
|
| +namespace user_service {
|
|
|
| -const char kProfileMojoApplicationName[] = "mojo:profile";
|
| +const char kUserServiceName[] = "mojo:user";
|
|
|
| -} // namespace profile
|
| +} // namespace user_service
|
|
|