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

Unified Diff: public/common/unicode/utypeinfo.h

Issue 19276009: Move ICU headers part 1 (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/icu46/
Patch Set: Created 7 years, 5 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 | « public/common/unicode/utrace.h ('k') | public/common/unicode/utypes.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/common/unicode/utypeinfo.h
===================================================================
--- public/common/unicode/utypeinfo.h (revision 210659)
+++ public/common/unicode/utypeinfo.h (working copy)
@@ -1,12 +0,0 @@
-#ifndef UTYPEINFO_H
-#define UTYPEINFO_H
-
-#if defined(_MSC_VER) && _HAS_EXCEPTIONS == 0
-// Visual C++ needs the following two lines when RTTI is on with
-// exception handling disabled.
-#include <exception>
-using std::exception;
-#endif
-#include <typeinfo> // for typeid to work.
-
-#endif
« no previous file with comments | « public/common/unicode/utrace.h ('k') | public/common/unicode/utypes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698