Index: src/trusted/gdb_rsp/session.h |
=================================================================== |
--- src/trusted/gdb_rsp/session.h (revision 3879) |
+++ src/trusted/gdb_rsp/session.h (working copy) |
@@ -24,8 +24,8 @@ |
// to resize the packet. In addition, the underlying ITransport is free |
// to throw an exception if the connection is lost, which will pass out |
// of any packet send or receive function. |
-#ifndef NATIVE_CLIENT_GDB_RSP_SESSION_H_ |
-#define NATIVE_CLIENT_GDB_RSP_SESSION_H_ 1 |
+#ifndef SRC_TRUSTED_GDB_RSP_SESSION_H_ |
noelallen_use_chromium
2010/12/07 23:04:44
NATIVE_CLIENT_...
mlinck
2010/12/10 21:10:27
Done.
|
+#define SRC_TRUSTED_GDB_RSP_SESSION_H_ 1 |
#include <sstream> |
@@ -82,5 +82,5 @@ |
} // namespace gdb_rsp |
-#endif // NATIVE_CLIENT_GDB_RSP_SESSION_H_ |
+#endif // SRC_TRUSTED_GDB_RSP_SESSION_H_ |