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

Unified Diff: src/IceMangling.h

Issue 1838753002: Subzero: Remove IceString. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Code review changes Created 4 years, 9 months 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 | « src/IceIntrinsics.cpp ('k') | src/IceMangling.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceMangling.h
diff --git a/src/IceMangling.h b/src/IceMangling.h
index 3c838a1c2a94aca1c5f538a182e249b453a8303d..d1f12fb028018fcd799dbb8444a47927d9338153 100644
--- a/src/IceMangling.h
+++ b/src/IceMangling.h
@@ -15,11 +15,11 @@
#ifndef SUBZERO_SRC_ICEMANGLING_H
#define SUBZERO_SRC_ICEMANGLING_H
-#include "IceDefs.h"
+#include <string>
namespace Ice {
-IceString mangleName(const IceString &Name);
+std::string mangleName(const std::string &Name);
} // end of namespace Ice
« no previous file with comments | « src/IceIntrinsics.cpp ('k') | src/IceMangling.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698