diff options
-rw-r--r-- | base/singleton.h | 1 | ||||
-rw-r--r-- | webkit/glue/plugins/pepper_resource_tracker.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/base/singleton.h b/base/singleton.h index ccb2c7d..3fe16ce 100644 --- a/base/singleton.h +++ b/base/singleton.h @@ -8,7 +8,6 @@ #include "base/at_exit.h" #include "base/atomicops.h" -#include "base/platform_thread.h" #include "base/third_party/dynamic_annotations/dynamic_annotations.h" // Default traits for Singleton<Type>. Calls operator new and operator delete on diff --git a/webkit/glue/plugins/pepper_resource_tracker.h b/webkit/glue/plugins/pepper_resource_tracker.h index 553132c..e2aec73 100644 --- a/webkit/glue/plugins/pepper_resource_tracker.h +++ b/webkit/glue/plugins/pepper_resource_tracker.h @@ -16,8 +16,6 @@ #include "ppapi/c/pp_module.h" #include "ppapi/c/pp_resource.h" -typedef struct NPObject NPObject; - namespace pepper { class PluginInstance; |