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

Unified Diff: src/trusted/gdb_rsp/abi.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
« no previous file with comments | « no previous file | src/trusted/gdb_rsp/host.h » ('j') | src/trusted/gdb_rsp/host.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/gdb_rsp/abi.h
===================================================================
--- src/trusted/gdb_rsp/abi.h (revision 3879)
+++ src/trusted/gdb_rsp/abi.h (working copy)
@@ -17,8 +17,8 @@
// It is required that Init be called prior to calling Find to ensure
// the various built-in ABIs have been registered.
-#ifndef NATIVE_CLIENT_GDB_RSP_ABI_H_
-#define NATIVE_CLIENT_GDB_RSP_ABI_H_ 1
+#ifndef SRC_TRUSTED_GDB_RSP_ABI_H_
noelallen_use_chromium 2010/12/07 23:04:44 While this probably what we SHOULD do, it's incons
mlinck 2010/12/10 21:10:27 Fair enough. I was just delinting. reverted.
+#define SRC_TRUSTED_GDB_RSP_ABI_H_ 1
#include <map>
#include <string>
@@ -110,5 +110,5 @@
} // namespace gdb_rsp
-#endif // NATIVE_CLIENT_GDB_RSP_ABI_H_
+#endif // SRC_TRUSTED_GDB_RSP_ABI_H_
« no previous file with comments | « no previous file | src/trusted/gdb_rsp/host.h » ('j') | src/trusted/gdb_rsp/host.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698