diff options
Diffstat (limited to 'ppapi/shared_impl/url_util_impl.h')
-rw-r--r-- | ppapi/shared_impl/url_util_impl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ppapi/shared_impl/url_util_impl.h b/ppapi/shared_impl/url_util_impl.h index 55d6c63..ae869c3 100644 --- a/ppapi/shared_impl/url_util_impl.h +++ b/ppapi/shared_impl/url_util_impl.h @@ -12,6 +12,7 @@ #include "ppapi/c/dev/ppb_url_util_dev.h" #include "ppapi/c/pp_module.h" #include "ppapi/c/pp_var.h" +#include "ppapi/shared_impl/ppapi_shared_export.h" class GURL; @@ -19,7 +20,7 @@ namespace ppapi { // Contains the implementation of PPB_URLUtil that is shared between the proxy // and the renderer. -class URLUtilImpl { +class PPAPI_SHARED_EXPORT URLUtilImpl { public: // PPB_URLUtil shared functions. static PP_Var Canonicalize(PP_Module pp_module, |