Chromium Code Reviews| Index: blimp/client/core/feature/tab_control_feature.h |
| diff --git a/blimp/client/feature/tab_control_feature.h b/blimp/client/core/feature/tab_control_feature.h |
| similarity index 89% |
| rename from blimp/client/feature/tab_control_feature.h |
| rename to blimp/client/core/feature/tab_control_feature.h |
| index 962d0c2d57b8526fcaa912e5bce0f3028a588451..fffaae7f7353450ab3dd8e2b73571dd774cccd93 100644 |
| --- a/blimp/client/feature/tab_control_feature.h |
| +++ b/blimp/client/core/feature/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_FEATURE_TAB_CONTROL_FEATURE_H_ |
|
nyquist
2016/08/05 23:03:23
Could you instead move this to //blimp/client/core
Menglin
2016/08/06 00:57:00
Done
|
| +#define BLIMP_CLIENT_CORE_FEATURE_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_FEATURE_TAB_CONTROL_FEATURE_H_ |