Chromium Code Reviews| 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 |