summaryrefslogtreecommitdiffstats
path: root/ios
diff options
context:
space:
mode:
authorsdefresne <sdefresne@chromium.org>2016-02-17 05:41:58 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-17 13:43:25 +0000
commit29a24a77f2641ec45924093e06049ad03cdcaa5a (patch)
tree692264fb1aa6964d481fe3a267b99c2fde03e18c /ios
parent4f8374ff411d666731d247c4cd08c2457cea202f (diff)
downloadchromium_src-29a24a77f2641ec45924093e06049ad03cdcaa5a.zip
chromium_src-29a24a77f2641ec45924093e06049ad03cdcaa5a.tar.gz
chromium_src-29a24a77f2641ec45924093e06049ad03cdcaa5a.tar.bz2
Clean forward-declaration of Objective-C classes.
Remove hack to support forward-declaring Objective-C classes as C++ classes since those headers are only included from Objective-C++ files. BUG=298181 Review URL: https://codereview.chromium.org/1704903002 Cr-Commit-Position: refs/heads/master@{#375872}
Diffstat (limited to 'ios')
-rw-r--r--ios/web/public/web_client.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ios/web/public/web_client.h b/ios/web/public/web_client.h
index 43bfbe4..2bcc5ec 100644
--- a/ios/web/public/web_client.h
+++ b/ios/web/public/web_client.h
@@ -20,13 +20,8 @@ class RefCountedStaticMemory;
class GURL;
-#ifdef __OBJC__
@class UIWebView;
@class NSString;
-#else
-class UIWebView;
-class NSString;
-#endif
namespace web {