| Index: src/trusted/plugin/srpc/browser_interface.h | 
| =================================================================== | 
| --- src/trusted/plugin/srpc/browser_interface.h	(revision 1695) | 
| +++ src/trusted/plugin/srpc/browser_interface.h	(working copy) | 
| @@ -88,13 +88,13 @@ | 
| static uintptr_t kOnloadIdent; | 
| static uintptr_t kModuleReadyIdent; | 
| static uintptr_t kNaClMultimediaBridgeIdent; | 
| +  static uintptr_t kNexeIdent; | 
| static uintptr_t kNullNpapiMethodIdent; | 
| static uintptr_t kPrintIdent; | 
| static uintptr_t kReadIdent; | 
| static uintptr_t kSetCommandLogIdent; | 
| static uintptr_t kShmFactoryIdent; | 
| static uintptr_t kSignaturesIdent; | 
| -  static uintptr_t kSrcIdent; | 
| static uintptr_t kToStringIdent; | 
| static uintptr_t kUrlAsNaClDescIdent; | 
| static uintptr_t kValueOfIdent; | 
|  |