| Index: gpu/command_buffer/client/ref_counted.h
|
| diff --git a/gpu/command_buffer/client/ref_counted.h b/gpu/command_buffer/client/ref_counted.h
|
| index e3c8f2781313e037f87fa54e3472755eea9c47a2..db7fafc918534f53f3a0987fe5bae1db37cffe87 100644
|
| --- a/gpu/command_buffer/client/ref_counted.h
|
| +++ b/gpu/command_buffer/client/ref_counted.h
|
| @@ -9,7 +9,7 @@
|
| // ref_counted. This causes duplicate class warnings in the NaCl IPC proxy,
|
| // which uses base. Remove the custom ref_counted class after NaCl has switched
|
| // proxies.
|
| -#if defined(__native_client__) && !defined(NACL_PPAPI_IPC_PROXY)
|
| +#if defined(NACL_PPAPI_SRPC_PROXY)
|
| #include "native_client/src/include/ref_counted.h"
|
| namespace gpu {
|
| using nacl::RefCountedThreadSafe;
|
|
|