summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-06 22:22:25 +0000
committermark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-06 22:22:25 +0000
commit30edc0c4ed48e23fa4f3cfb3d2e9d7a13bd212e4 (patch)
treeb98629c56642f2494f8ac21aef34b3e3efc3cbdd
parent8ecd0995fb00134b09fdf69df63f58ab2b127dde (diff)
downloadchromium_src-30edc0c4ed48e23fa4f3cfb3d2e9d7a13bd212e4.zip
chromium_src-30edc0c4ed48e23fa4f3cfb3d2e9d7a13bd212e4.tar.gz
chromium_src-30edc0c4ed48e23fa4f3cfb3d2e9d7a13bd212e4.tar.bz2
Qualify temporary #include so that it's relative to the working copy root.
Review URL: http://codereview.chromium.org/6512 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2913 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--webkit/port/bridge/ScriptControllerV8.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/port/bridge/ScriptControllerV8.cpp b/webkit/port/bridge/ScriptControllerV8.cpp
index b57835d..63f7aa3 100644
--- a/webkit/port/bridge/ScriptControllerV8.cpp
+++ b/webkit/port/bridge/ScriptControllerV8.cpp
@@ -49,7 +49,7 @@
//TODO(eseidel): We should remove this glue dependency
#undef LOG // glue defines its own LOG macro
-#include "glue/webplugin_impl.h"
+#include "webkit/glue/webplugin_impl.h"
NPRuntimeFunctions npruntime_functions = {
NPN_GetStringIdentifier,