diff options
Diffstat (limited to 'ppapi/shared_impl/image_data_impl.h')
-rw-r--r-- | ppapi/shared_impl/image_data_impl.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ppapi/shared_impl/image_data_impl.h b/ppapi/shared_impl/image_data_impl.h index 6b8a7cc..1d2f76f5 100644 --- a/ppapi/shared_impl/image_data_impl.h +++ b/ppapi/shared_impl/image_data_impl.h @@ -8,8 +8,7 @@ #include "ppapi/c/pp_bool.h" #include "ppapi/c/ppb_image_data.h" -namespace pp { -namespace shared_impl { +namespace ppapi { // Contains the implementation of some simple image data functions that are // shared between the proxy and Chrome's implementation. Since these functions @@ -26,7 +25,6 @@ class ImageDataImpl { static bool IsImageDataFormatSupported(PP_ImageDataFormat format); }; -} // namespace shared_impl -} // namespace pp +} // namespace ppapi #endif // PPAPI_SHARED_IMPL_IMAGE_DATA_IMPL_H_ |