| Index: mojo/services/view_manager/cpp/keys.h
|
| diff --git a/mojo/icu/icu.h b/mojo/services/view_manager/cpp/keys.h
|
| similarity index 51%
|
| copy from mojo/icu/icu.h
|
| copy to mojo/services/view_manager/cpp/keys.h
|
| index 9b28cb910fca26c2020fa228c856fe605f1927a8..890657f6ae3098b24fa6bf8b1a6a550f065c545b 100644
|
| --- a/mojo/icu/icu.h
|
| +++ b/mojo/services/view_manager/cpp/keys.h
|
| @@ -2,17 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MOJO_ICU_ICU_H_
|
| -#define MOJO_ICU_ICU_H_
|
| +#ifndef MOJO_SERVICES_VIEW_MANAGER_CPP_KEYS_H_
|
| +#define MOJO_SERVICES_VIEW_MANAGER_CPP_KEYS_H_
|
|
|
| namespace mojo {
|
| -class ApplicationImpl;
|
|
|
| -namespace icu {
|
| +extern const char kViewManagerKeyWantsTouchEvents[];
|
|
|
| -void Initialize(ApplicationImpl* app);
|
| -
|
| -} // namespace icu
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_ICU_ICU_H_
|
| +#endif // MOJO_SERVICES_VIEW_MANAGER_CPP_KEYS_H_
|
|
|