| Index: blimp/client/session/tab_control_feature.h
|
| diff --git a/blimp/client/session/tab_control_feature.h b/blimp/client/session/tab_control_feature.h
|
| index f439812e149412d43f570b31c2bea5c3127f138d..409d461dab58bd710f905f31dd27e98ddc6e7fc7 100644
|
| --- a/blimp/client/session/tab_control_feature.h
|
| +++ b/blimp/client/session/tab_control_feature.h
|
| @@ -16,6 +16,7 @@ class Size;
|
| }
|
|
|
| namespace blimp {
|
| +namespace client {
|
|
|
| class BLIMP_CLIENT_EXPORT TabControlFeature : public BlimpMessageProcessor {
|
| public:
|
| @@ -49,6 +50,7 @@ class BLIMP_CLIENT_EXPORT TabControlFeature : public BlimpMessageProcessor {
|
| DISALLOW_COPY_AND_ASSIGN(TabControlFeature);
|
| };
|
|
|
| +} // namespace client
|
| } // namespace blimp
|
|
|
| #endif // BLIMP_CLIENT_SESSION_TAB_CONTROL_FEATURE_H_
|
|
|