Index: src/trusted/gdb_rsp/test.h |
=================================================================== |
--- src/trusted/gdb_rsp/test.h (revision 3879) |
+++ src/trusted/gdb_rsp/test.h (working copy) |
@@ -3,8 +3,8 @@ |
* Use of this source code is governed by a BSD-style license that can |
* be found in the LICENSE file. |
*/ |
-#ifndef NATIVE_CLIENT_GDB_RSP_TEST_H_ |
-#define NATIVE_CLIENT_GDB_RSP_TEST_H_ 1 |
+#ifndef SRC_TRUSTED_GDB_RSP_TEST_H_ |
+#define SRC_TRUSTED_GDB_RSP_TEST_H_ 1 |
noelallen_use_chromium
2010/12/13 19:28:10
Guard. Belongs in gsb_rsp_test CL?
mlinck
2010/12/14 17:23:24
Done.
|
#include <vector> |
@@ -33,5 +33,5 @@ |
int TestTarget(); |
int TestUtil(); |
-#endif // NATIVE_CLIENT_GDB_RSP_TEST_H_ |
+#endif // SRC_TRUSTED_GDB_RSP_TEST_H_ |