Index: src/trusted/plugin/portable_handle.h |
=================================================================== |
--- src/trusted/plugin/portable_handle.h (revision 2712) |
+++ src/trusted/plugin/portable_handle.h (working copy) |
@@ -7,15 +7,15 @@ |
// The abstract portable scriptable object base class. |
-#ifndef NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_SRPC_PORTABLE_HANDLE_H_ |
-#define NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_SRPC_PORTABLE_HANDLE_H_ |
+#ifndef NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_PORTABLE_HANDLE_H_ |
+#define NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_PORTABLE_HANDLE_H_ |
#include <stdio.h> |
#include <map> |
#include "native_client/src/include/nacl_macros.h" |
-#include "native_client/src/trusted/plugin/srpc/method_map.h" |
-#include "native_client/src/trusted/plugin/srpc/utility.h" |
+#include "native_client/src/trusted/plugin/method_map.h" |
+#include "native_client/src/trusted/plugin/utility.h" |
struct NaClDesc; |
@@ -123,4 +123,4 @@ |
} // namespace plugin |
-#endif // NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_SRPC_PORTABLE_HANDLE_H_ |
+#endif // NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_PORTABLE_HANDLE_H_ |
Property changes on: src/trusted/plugin/portable_handle.h |
___________________________________________________________________ |
Added: svn:mergeinfo |