| Index: ppapi/proxy/interface_id.h
|
| diff --git a/ppapi/proxy/interface_id.h b/ppapi/proxy/interface_id.h
|
| index 7cfe468e83497f82d6adb3475d3ba254a9c13d78..c909806e660cb6f64acb0cd53784510cda29c799 100644
|
| --- a/ppapi/proxy/interface_id.h
|
| +++ b/ppapi/proxy/interface_id.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef PPAPI_PROXY_INTERFACE_ID_H_
|
| #define PPAPI_PROXY_INTERFACE_ID_H_
|
|
|
| -namespace pp {
|
| +namespace ppapi {
|
| namespace proxy {
|
|
|
| // These numbers must be all small integers. They are used in a lookup table
|
| @@ -70,6 +70,6 @@ enum InterfaceID {
|
| };
|
|
|
| } // namespace proxy
|
| -} // namespace pp
|
| +} // namespace ppapi
|
|
|
| #endif // PPAPI_PROXY_INTERFACE_ID_H_
|
|
|