Index: content/browser/message_port_message_filter.h |
diff --git a/content/browser/message_port_message_filter.h b/content/browser/message_port_message_filter.h |
index 7acc141c2543417e4efc87fbbf38ef5a89cb0ca5..cdc86288339457a89cc65bf164af8623e5b3f22f 100644 |
--- a/content/browser/message_port_message_filter.h |
+++ b/content/browser/message_port_message_filter.h |
@@ -6,16 +6,16 @@ |
#define CONTENT_BROWSER_MESSAGE_PORT_MESSAGE_FILTER_H_ |
#include "base/callback.h" |
-#include "content/browser/message_port_delegate.h" |
#include "content/common/content_export.h" |
#include "content/public/browser/browser_message_filter.h" |
+#include "content/public/browser/message_port_delegate.h" |
namespace content { |
// Filter for MessagePort related IPC messages (creating and destroying a |
// MessagePort, sending a message via a MessagePort etc). |
class CONTENT_EXPORT MessagePortMessageFilter |
- : NON_EXPORTED_BASE(public MessagePortDelegate), |
+ : public MessagePortDelegate, |
public BrowserMessageFilter { |
public: |
typedef base::Callback<int(void)> NextRoutingIDCallback; |