| Index: components/mus/public/cpp/util.h
|
| diff --git a/components/view_manager/public/cpp/util.h b/components/mus/public/cpp/util.h
|
| similarity index 70%
|
| rename from components/view_manager/public/cpp/util.h
|
| rename to components/mus/public/cpp/util.h
|
| index 78a717cba2fb14e114fba6869b226d0bef5f19bd..96f8eeb27c79c15c78210ee75509250670d81477 100644
|
| --- a/components/view_manager/public/cpp/util.h
|
| +++ b/components/mus/public/cpp/util.h
|
| @@ -2,10 +2,10 @@
|
| // 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_UTIL_H_
|
| -#define COMPONENTS_VIEW_MANAGER_PUBLIC_CPP_UTIL_H_
|
| +#ifndef COMPONENTS_MUS_PUBLIC_CPP_UTIL_H_
|
| +#define COMPONENTS_MUS_PUBLIC_CPP_UTIL_H_
|
|
|
| -#include "components/view_manager/public/cpp/types.h"
|
| +#include "components/mus/public/cpp/types.h"
|
|
|
| // TODO(beng): #$*&@#(@ MacOSX SDK!
|
| #if defined(HiWord)
|
| @@ -27,4 +27,4 @@ inline uint16_t LoWord(uint32_t id) {
|
|
|
| } // namespace mojo
|
|
|
| -#endif // COMPONENTS_VIEW_MANAGER_PUBLIC_CPP_UTIL_H_
|
| +#endif // COMPONENTS_MUS_PUBLIC_CPP_UTIL_H_
|
|
|