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

Unified Diff: Source/core/page/ChromeClient.h

Issue 352783003: Remove forward declared NSMenu/NSResponder from ChromeClient.h (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/ChromeClient.h
diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h
index 7ddcd06bb8961cfd837e50146e63277b37837b1b..6ee6c79824b531049b801ed855604f28fb219be2 100644
--- a/Source/core/page/ChromeClient.h
+++ b/Source/core/page/ChromeClient.h
@@ -39,12 +39,6 @@
#include "wtf/PassOwnPtr.h"
#include "wtf/Vector.h"
-
-#ifndef __OBJC__
-class NSMenu;
-class NSResponder;
-#endif
-
namespace WebCore {
class AXObject;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698