| Index: content/renderer/pepper/pepper_try_catch.h
|
| diff --git a/content/renderer/pepper/pepper_try_catch.h b/content/renderer/pepper/pepper_try_catch.h
|
| index 6b767175e2a3bc88d558d505f6b310e308239afa..f82c0c31080ca2b14710458e0c458da9982ab930 100644
|
| --- a/content/renderer/pepper/pepper_try_catch.h
|
| +++ b/content/renderer/pepper/pepper_try_catch.h
|
| @@ -6,7 +6,6 @@
|
| #define CONTENT_RENDERER_PEPPER_PEPPER_TRY_CATCH_H_
|
|
|
| #include "base/basictypes.h"
|
| -#include "content/common/content_export.h"
|
| #include "ppapi/c/pp_var.h"
|
| #include "ppapi/shared_impl/scoped_pp_var.h"
|
| #include "v8/include/v8.h"
|
| @@ -16,7 +15,7 @@
|
| class PepperPluginInstanceImpl;
|
|
|
| // Base class for scripting TryCatch helpers.
|
| -class CONTENT_EXPORT PepperTryCatch {
|
| +class PepperTryCatch {
|
| public:
|
| PepperTryCatch(PepperPluginInstanceImpl* instance,
|
| bool convert_objects);
|
|
|