Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(282)

Unified Diff: src/trusted/gdb_rsp/test.h

Issue 5633007: This change contains changes that were made on a separate copy of this code,... (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« src/trusted/gdb_rsp/target.cc ('K') | « src/trusted/gdb_rsp/target.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
#include <vector>
@@ -33,5 +33,5 @@
int TestTarget();
int TestUtil();
-#endif // NATIVE_CLIENT_GDB_RSP_TEST_H_
+#endif // SRC_TRUSTED_GDB_RSP_TEST_H_
« src/trusted/gdb_rsp/target.cc ('K') | « src/trusted/gdb_rsp/target.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698