| Index: src/trusted/plugin/srpc_client.h
|
| ===================================================================
|
| --- src/trusted/plugin/srpc_client.h (revision 2712)
|
| +++ src/trusted/plugin/srpc_client.h (working copy)
|
| @@ -7,12 +7,12 @@
|
| // A representation of an SRPC connection. These can be either to the
|
| // service runtime or to untrusted NaCl threads.
|
|
|
| -#ifndef NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_SRPC_SRPC_CLIENT_H_
|
| -#define NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_SRPC_SRPC_CLIENT_H_
|
| +#ifndef NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_SRPC_CLIENT_H_
|
| +#define NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_SRPC_CLIENT_H_
|
|
|
| #include <map>
|
| #include "native_client/src/include/nacl_macros.h"
|
| -#include "native_client/src/trusted/plugin/srpc/utility.h"
|
| +#include "native_client/src/trusted/plugin/utility.h"
|
|
|
| namespace plugin {
|
|
|
| @@ -48,4 +48,4 @@
|
|
|
| } // namespace plugin
|
|
|
| -#endif // NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_SRPC_SRPC_CLIENT_H_
|
| +#endif // NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_SRPC_CLIENT_H_
|
|
|
| Property changes on: src/trusted/plugin/srpc_client.h
|
| ___________________________________________________________________
|
| Added: svn:mergeinfo
|
|
|
|
|