| Index: content/common/resource_dispatcher_delegate.h
|
| diff --git a/content/common/resource_dispatcher_delegate.h b/content/common/resource_dispatcher_delegate.h
|
| index e973dd7bd3559c1d1ceafa9fab23a0df01d04fcb..c19ed5703e9e9c4898852cd336e6e9e50590ca42 100644
|
| --- a/content/common/resource_dispatcher_delegate.h
|
| +++ b/content/common/resource_dispatcher_delegate.h
|
| @@ -6,11 +6,12 @@
|
| #define CONTENT_COMMON_RESOURCE_DISPATCHER_DELEGATE_H_
|
| #pragma once
|
|
|
| +#include "content/common/content_export.h"
|
| #include "webkit/glue/resource_loader_bridge.h"
|
|
|
| // Interface that allows observing request events and optionally replacing the
|
| // peer.
|
| -class ResourceDispatcherDelegate {
|
| +class CONTENT_EXPORT ResourceDispatcherDelegate {
|
| public:
|
| ResourceDispatcherDelegate();
|
| virtual ~ResourceDispatcherDelegate();
|
|
|