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

Unified Diff: Source/core/dom/default/chromium/PlatformMessagePortChannelChromium.h

Issue 14519003: Absolutify paths to dom/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix testrunner Created 7 years, 8 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
Index: Source/core/dom/default/chromium/PlatformMessagePortChannelChromium.h
diff --git a/Source/core/dom/default/chromium/PlatformMessagePortChannelChromium.h b/Source/core/dom/default/chromium/PlatformMessagePortChannelChromium.h
index 6cf513790291389d152bbc26175976637ddbff48..ba37f0528cf9334fb96af75bc6419541e4e833a4 100644
--- a/Source/core/dom/default/chromium/PlatformMessagePortChannelChromium.h
+++ b/Source/core/dom/default/chromium/PlatformMessagePortChannelChromium.h
@@ -32,7 +32,7 @@
#define PlatformMessagePortChannelChromium_h
-#include "MessagePortChannel.h"
+#include "core/dom/MessagePortChannel.h"
#include <public/WebMessagePortChannelClient.h>
#include <wtf/PassRefPtr.h>
#include <wtf/Threading.h>
@@ -53,7 +53,7 @@ public:
static PassRefPtr<PlatformMessagePortChannel> create();
static PassRefPtr<PlatformMessagePortChannel> create(WebKit::WebMessagePortChannel*);
- // APIs delegated from MessagePortChannel.h
+ // APIs delegated from core/dom/MessagePortChannel.h
bool entangleIfOpen(MessagePort*);
void disentangle();
void postMessageToRemote(PassRefPtr<SerializedScriptValue>, PassOwnPtr<MessagePortChannelArray>);

Powered by Google App Engine
This is Rietveld 408576698