summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsigbjornf <sigbjornf@opera.com>2015-12-13 04:25:37 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-13 12:26:30 +0000
commit1d428019d10dcdd3c97051e623860a30cd759c73 (patch)
treed46977de192af88dd292a92273ca005d9b2ab4f2
parente711a9018b0d54f4209d65cf43baee5b6ece1580 (diff)
downloadchromium_src-1d428019d10dcdd3c97051e623860a30cd759c73.zip
chromium_src-1d428019d10dcdd3c97051e623860a30cd759c73.tar.gz
chromium_src-1d428019d10dcdd3c97051e623860a30cd759c73.tar.bz2
Oilpan: fixup Handle.h include.
R=haraken BUG=357163 Review URL: https://codereview.chromium.org/1520083002 Cr-Commit-Position: refs/heads/master@{#364950}
-rw-r--r--third_party/WebKit/Source/core/dom/TreeShared.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/Source/core/dom/TreeShared.h b/third_party/WebKit/Source/core/dom/TreeShared.h
index ad9623c..328b0cd 100644
--- a/third_party/WebKit/Source/core/dom/TreeShared.h
+++ b/third_party/WebKit/Source/core/dom/TreeShared.h
@@ -21,7 +21,7 @@
#ifndef TreeShared_h
#define TreeShared_h
-#include "public/platform/WebPrivatePtr.h"
+#include "platform/heap/Handle.h"
#include "wtf/Assertions.h"
#include "wtf/MainThread.h"
#include "wtf/Noncopyable.h"