| Index: blimp/client/core/contents/tab_control_feature.h
|
| diff --git a/blimp/client/feature/tab_control_feature.h b/blimp/client/core/contents/tab_control_feature.h
|
| similarity index 89%
|
| rename from blimp/client/feature/tab_control_feature.h
|
| rename to blimp/client/core/contents/tab_control_feature.h
|
| index 962d0c2d57b8526fcaa912e5bce0f3028a588451..15b066a7c01d732efd44644494c27bf3f53ecd7a 100644
|
| --- a/blimp/client/feature/tab_control_feature.h
|
| +++ b/blimp/client/core/contents/tab_control_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_TAB_CONTROL_FEATURE_H_
|
| -#define BLIMP_CLIENT_FEATURE_TAB_CONTROL_FEATURE_H_
|
| +#ifndef BLIMP_CLIENT_CORE_CONTENTS_TAB_CONTROL_FEATURE_H_
|
| +#define BLIMP_CLIENT_CORE_CONTENTS_TAB_CONTROL_FEATURE_H_
|
|
|
| #include <memory>
|
|
|
| @@ -53,4 +53,4 @@ class TabControlFeature : public BlimpMessageProcessor {
|
| } // namespace client
|
| } // namespace blimp
|
|
|
| -#endif // BLIMP_CLIENT_FEATURE_TAB_CONTROL_FEATURE_H_
|
| +#endif // BLIMP_CLIENT_CORE_CONTENTS_TAB_CONTROL_FEATURE_H_
|
|
|