| Index: blimp/client/session/blimp_client_session.h
|
| diff --git a/blimp/client/session/blimp_client_session.h b/blimp/client/session/blimp_client_session.h
|
| index da41761926291db59c163a24c07915ccf4c18d3a..71b4d3d0cf6b953ea465672811788d050b10311a 100644
|
| --- a/blimp/client/session/blimp_client_session.h
|
| +++ b/blimp/client/session/blimp_client_session.h
|
| @@ -11,7 +11,6 @@
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/threading/thread.h"
|
| -#include "blimp/client/blimp_client_export.h"
|
| #include "blimp/client/session/assignment_source.h"
|
| #include "blimp/common/proto/blimp_message.pb.h"
|
| #include "blimp/net/blimp_message_processor.h"
|
| @@ -54,7 +53,7 @@ class NetworkEventObserver {
|
| // This session glues together the feature proxy components and the network
|
| // layer. The network components must be interacted with on the IO thread. The
|
| // feature proxies must be interacted with on the UI thread.
|
| -class BLIMP_CLIENT_EXPORT BlimpClientSession : public NetworkEventObserver {
|
| +class BlimpClientSession : public NetworkEventObserver {
|
| public:
|
| explicit BlimpClientSession(const GURL& assigner_endpoint);
|
|
|
|
|