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

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

Issue 18836004: Move ICU headers from public/{common,i18n} to source/{common,i18n} (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu46.git@master
Patch Set: same as ps #3. retry uploading 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
diff --git a/public/common/unicode/utypeinfo.h b/public/common/unicode/utypeinfo.h
deleted file mode 100644
index 4265e107e44dd170b6aab158f9b8b613d5e51c2e..0000000000000000000000000000000000000000
--- a/public/common/unicode/utypeinfo.h
+++ /dev/null
@@ -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