diff options
Diffstat (limited to 'components/view_manager/public/cpp/util.h')
-rw-r--r-- | components/view_manager/public/cpp/util.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/components/view_manager/public/cpp/util.h b/components/view_manager/public/cpp/util.h index 8e236c0..78a717c 100644 --- a/components/view_manager/public/cpp/util.h +++ b/components/view_manager/public/cpp/util.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 MOJO_SERVICES_VIEW_MANAGER_PUBLIC_CPP_UTIL_H_ -#define MOJO_SERVICES_VIEW_MANAGER_PUBLIC_CPP_UTIL_H_ +#ifndef COMPONENTS_VIEW_MANAGER_PUBLIC_CPP_UTIL_H_ +#define COMPONENTS_VIEW_MANAGER_PUBLIC_CPP_UTIL_H_ #include "components/view_manager/public/cpp/types.h" @@ -27,4 +27,4 @@ inline uint16_t LoWord(uint32_t id) { } // namespace mojo -#endif // MOJO_SERVICES_VIEW_MANAGER_PUBLIC_CPP_UTIL_H_ +#endif // COMPONENTS_VIEW_MANAGER_PUBLIC_CPP_UTIL_H_ |