diff options
Diffstat (limited to 'o3d/gpu/np_utils/dynamic_np_object.h')
-rw-r--r-- | o3d/gpu/np_utils/dynamic_np_object.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/o3d/gpu/np_utils/dynamic_np_object.h b/o3d/gpu/np_utils/dynamic_np_object.h index 8dd4892..2b63e78 100644 --- a/o3d/gpu/np_utils/dynamic_np_object.h +++ b/o3d/gpu/np_utils/dynamic_np_object.h @@ -10,7 +10,7 @@ #include "gpu/np_utils/default_np_object.h" #include "gpu/np_utils/np_utils.h" -namespace gpu_plugin { +namespace np_utils { // NPObjects of this type have a dictionary of property name / variant pairs // that can be changed at runtime through NPAPI. @@ -30,6 +30,6 @@ class DynamicNPObject : public DefaultNPObject<NPObject> { PropertyMap properties_; DISALLOW_COPY_AND_ASSIGN(DynamicNPObject); }; -} // namespace gpu_plugin +} // namespace np_utils #endif // GPU_NP_UTILS_DYNAMIC_NP_OBJECT_H_ |