| Index: blimp/client/feature/tab_control_feature.h
|
| diff --git a/blimp/client/feature/tab_control_feature.h b/blimp/client/feature/tab_control_feature.h
|
| index 0ae7481eb0351de8ec1c71c203e3e5e999776f15..00f21696e0787cf06b85bf2b846057840709dd8a 100644
|
| --- a/blimp/client/feature/tab_control_feature.h
|
| +++ b/blimp/client/feature/tab_control_feature.h
|
| @@ -8,7 +8,6 @@
|
| #include <memory>
|
|
|
| #include "base/macros.h"
|
| -#include "blimp/client/blimp_client_export.h"
|
| #include "blimp/net/blimp_message_processor.h"
|
| #include "ui/gfx/geometry/size.h"
|
|
|
| @@ -19,7 +18,7 @@ class Size;
|
| namespace blimp {
|
| namespace client {
|
|
|
| -class BLIMP_CLIENT_EXPORT TabControlFeature : public BlimpMessageProcessor {
|
| +class TabControlFeature : public BlimpMessageProcessor {
|
| public:
|
| TabControlFeature();
|
| ~TabControlFeature() override;
|
|
|