| Index: blimp/client/core/contents/ime_feature.h
|
| diff --git a/blimp/client/feature/ime_feature.h b/blimp/client/core/contents/ime_feature.h
|
| similarity index 95%
|
| rename from blimp/client/feature/ime_feature.h
|
| rename to blimp/client/core/contents/ime_feature.h
|
| index 7de0ee08e83c3b95580a71ae588f10724cb3941c..a1eebae2b285d805ed10be98964577f948db8433 100644
|
| --- a/blimp/client/feature/ime_feature.h
|
| +++ b/blimp/client/core/contents/ime_feature.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 BLIMP_CLIENT_FEATURE_IME_FEATURE_H_
|
| -#define BLIMP_CLIENT_FEATURE_IME_FEATURE_H_
|
| +#ifndef BLIMP_CLIENT_CORE_CONTENTS_IME_FEATURE_H_
|
| +#define BLIMP_CLIENT_CORE_CONTENTS_IME_FEATURE_H_
|
|
|
| #include <map>
|
| #include <string>
|
| @@ -82,4 +82,4 @@ class ImeFeature : public BlimpMessageProcessor {
|
| } // namespace client
|
| } // namespace blimp
|
|
|
| -#endif // BLIMP_CLIENT_FEATURE_IME_FEATURE_H_
|
| +#endif // BLIMP_CLIENT_CORE_CONTENTS_IME_FEATURE_H_
|
|
|