summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-10 20:30:41 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-10 20:30:41 +0000
commitafdcf5c1551bf741662c60d42cae425b3c017ef7 (patch)
treef53b5ce5dba4765b4f11a921ee94122aab443d3a /chrome/common
parent743daf194f9bb1ebba83b16b13e1f16b3fce861e (diff)
downloadchromium_src-afdcf5c1551bf741662c60d42cae425b3c017ef7.zip
chromium_src-afdcf5c1551bf741662c60d42cae425b3c017ef7.tar.gz
chromium_src-afdcf5c1551bf741662c60d42cae425b3c017ef7.tar.bz2
Move WebKit API to src/webkit/api.
R=dglazkov Review URL: http://codereview.chromium.org/113186 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15739 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/native_web_keyboard_event.h2
-rw-r--r--chrome/common/native_web_keyboard_event_linux.cc2
-rw-r--r--chrome/common/native_web_keyboard_event_win.cc2
-rw-r--r--chrome/common/webkit_param_traits.h10
4 files changed, 8 insertions, 8 deletions
diff --git a/chrome/common/native_web_keyboard_event.h b/chrome/common/native_web_keyboard_event.h
index 0400b41..8dece32 100644
--- a/chrome/common/native_web_keyboard_event.h
+++ b/chrome/common/native_web_keyboard_event.h
@@ -6,7 +6,7 @@
#define CHROME_COMMON_NATIVE_WEB_KEYBOARD_EVENT_H_
#include "base/basictypes.h"
-#include "third_party/WebKit/WebKit/chromium/public/WebInputEvent.h"
+#include "webkit/api/public/WebInputEvent.h"
#if defined(OS_WIN)
#include <windows.h>
diff --git a/chrome/common/native_web_keyboard_event_linux.cc b/chrome/common/native_web_keyboard_event_linux.cc
index a2e606f..ae3b25a 100644
--- a/chrome/common/native_web_keyboard_event_linux.cc
+++ b/chrome/common/native_web_keyboard_event_linux.cc
@@ -4,7 +4,7 @@
#include "chrome/common/native_web_keyboard_event.h"
-#include "third_party/WebKit/WebKit/chromium/public/gtk/WebInputEventFactory.h"
+#include "webkit/api/public/gtk/WebInputEventFactory.h"
using WebKit::WebInputEventFactory;
diff --git a/chrome/common/native_web_keyboard_event_win.cc b/chrome/common/native_web_keyboard_event_win.cc
index 184fc72..2fe23f1 100644
--- a/chrome/common/native_web_keyboard_event_win.cc
+++ b/chrome/common/native_web_keyboard_event_win.cc
@@ -4,7 +4,7 @@
#include "chrome/common/native_web_keyboard_event.h"
-#include "third_party/WebKit/WebKit/chromium/public/win/WebInputEventFactory.h"
+#include "webkit/api/public/win/WebInputEventFactory.h"
using WebKit::WebInputEventFactory;
using WebKit::WebKeyboardEvent;
diff --git a/chrome/common/webkit_param_traits.h b/chrome/common/webkit_param_traits.h
index 74f311a..b680782 100644
--- a/chrome/common/webkit_param_traits.h
+++ b/chrome/common/webkit_param_traits.h
@@ -24,11 +24,11 @@
#define CHROME_COMMON_WEBKIT_PARAM_TRAITS_H_
#include "chrome/common/ipc_message_utils.h"
-#include "third_party/WebKit/WebKit/chromium/public/WebCache.h"
-#include "third_party/WebKit/WebKit/chromium/public/WebConsoleMessage.h"
-#include "third_party/WebKit/WebKit/chromium/public/WebFindOptions.h"
-#include "third_party/WebKit/WebKit/chromium/public/WebInputEvent.h"
-#include "third_party/WebKit/WebKit/chromium/public/WebScreenInfo.h"
+#include "webkit/api/public/WebCache.h"
+#include "webkit/api/public/WebConsoleMessage.h"
+#include "webkit/api/public/WebFindOptions.h"
+#include "webkit/api/public/WebInputEvent.h"
+#include "webkit/api/public/WebScreenInfo.h"
namespace IPC {