summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/devtools_messages.h2
-rw-r--r--chrome/common/devtools_messages_internal.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/devtools_messages.h b/chrome/common/devtools_messages.h
index 6c095f4..a46d72b 100644
--- a/chrome/common/devtools_messages.h
+++ b/chrome/common/devtools_messages.h
@@ -6,7 +6,7 @@
#define CHROME_COMMON_DEVTOOLS_MESSAGES_H_
#include "ipc/ipc_message_utils.h"
-#include "webkit/glue/devtools/devtools_message_data.h"
+#include "webkit/glue/devtools_message_data.h"
namespace IPC {
diff --git a/chrome/common/devtools_messages_internal.h b/chrome/common/devtools_messages_internal.h
index d48ec09..dcc8eee 100644
--- a/chrome/common/devtools_messages_internal.h
+++ b/chrome/common/devtools_messages_internal.h
@@ -43,7 +43,7 @@
// This file describes developer tools message types.
#include "ipc/ipc_message_macros.h"
-#include "webkit/glue/devtools/devtools_message_data.h"
+#include "webkit/glue/devtools_message_data.h"
// These are messages sent from DevToolsAgent to DevToolsClient through the
// browser.