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

Unified Diff: webkit/port/bridge/mac/FrameMac.mm

Issue 269: Fix webkit.xcodeproj. Make it use our new xcconfig and common build director... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 3 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 | « webkit/glue/webplugin_impl.h ('k') | webkit/tools/test_shell/mac/config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/port/bridge/mac/FrameMac.mm
===================================================================
--- webkit/port/bridge/mac/FrameMac.mm (revision 1814)
+++ webkit/port/bridge/mac/FrameMac.mm (working copy)
@@ -97,8 +97,8 @@
#import <JavaScriptCore/NP_jsobject.h>
#import <JavaScriptCore/npruntime_impl.h>
#else
-#include <../../../../../webkit/glue/webplugin_impl.h>
-#include <../../../../../port/bindings/v8/v8_npobject.h>
+#include "webplugin_impl.h"
+#include "v8_npobject.h"
#endif
#undef _webcore_TIMING
« no previous file with comments | « webkit/glue/webplugin_impl.h ('k') | webkit/tools/test_shell/mac/config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698