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

Unified Diff: Source/core/platform/network/ResourceHandle.h

Issue 13840007: Absolutify paths to platform/network. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « Source/core/platform/network/ResourceError.cpp ('k') | Source/core/platform/network/ResourceHandle.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/network/ResourceHandle.h
diff --git a/Source/core/platform/network/ResourceHandle.h b/Source/core/platform/network/ResourceHandle.h
index 43cabfb0ecda60167683b8bd45a4f39ee1c6e854..c7d36161a049b8765f452a27092fc6a975cb42e0 100644
--- a/Source/core/platform/network/ResourceHandle.h
+++ b/Source/core/platform/network/ResourceHandle.h
@@ -26,8 +26,8 @@
#ifndef ResourceHandle_h
#define ResourceHandle_h
-#include "ResourceHandleTypes.h"
-#include "ResourceLoadPriority.h"
+#include "core/platform/network/ResourceHandleTypes.h"
+#include "core/platform/network/ResourceLoadPriority.h"
#include <wtf/Forward.h>
#include <wtf/OwnPtr.h>
#include <wtf/RefCounted.h>
« no previous file with comments | « Source/core/platform/network/ResourceError.cpp ('k') | Source/core/platform/network/ResourceHandle.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698