| Index: components/profile_service/public/cpp/constants.cc
|
| diff --git a/cc/proto/vector2d.proto b/components/profile_service/public/cpp/constants.cc
|
| similarity index 50%
|
| copy from cc/proto/vector2d.proto
|
| copy to components/profile_service/public/cpp/constants.cc
|
| index 15171844ffc443d28cae7c70e2149ac3989200ab..b2ddc1c7a5f4ecb2e5aa387c42b3022334d863e5 100644
|
| --- a/cc/proto/vector2d.proto
|
| +++ b/components/profile_service/public/cpp/constants.cc
|
| @@ -2,13 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -syntax = "proto2";
|
| +#include "components/profile_service/public/cpp/constants.h"
|
|
|
| -option optimize_for = LITE_RUNTIME;
|
| +namespace profile {
|
|
|
| -package cc.proto;
|
| +const char kProfileMojoApplicationName[] = "mojo:profile";
|
|
|
| -message Vector2d {
|
| - optional int64 x = 1;
|
| - optional int64 y = 2;
|
| -}
|
| +} // namespace profile
|
|
|