| Index: components/mus/public/cpp/keys.h
|
| diff --git a/components/view_manager/public/cpp/keys.h b/components/mus/public/cpp/keys.h
|
| similarity index 62%
|
| rename from components/view_manager/public/cpp/keys.h
|
| rename to components/mus/public/cpp/keys.h
|
| index ee6bcfe62b4c0ff2dd69e8432f9883474134396e..2285c31763bd7e9304c405459e3b71027388215e 100644
|
| --- a/components/view_manager/public/cpp/keys.h
|
| +++ b/components/mus/public/cpp/keys.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_VIEW_MANAGER_PUBLIC_CPP_KEYS_H_
|
| -#define COMPONENTS_VIEW_MANAGER_PUBLIC_CPP_KEYS_H_
|
| +#ifndef COMPONENTS_MUS_PUBLIC_CPP_KEYS_H_
|
| +#define COMPONENTS_MUS_PUBLIC_CPP_KEYS_H_
|
|
|
| namespace mojo {
|
|
|
| @@ -11,4 +11,4 @@ extern const char kViewManagerKeyWantsTouchEvents[];
|
|
|
| } // namespace mojo
|
|
|
| -#endif // COMPONENTS_VIEW_MANAGER_PUBLIC_CPP_KEYS_H_
|
| +#endif // COMPONENTS_MUS_PUBLIC_CPP_KEYS_H_
|
|
|