aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/views
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@google.com>2015-07-28 16:01:24 -0400
committerGravatar Mike Klein <mtklein@google.com>2015-07-28 16:01:24 -0400
commit3a4b13498885dc42970b9795c0cc3d71fcb8b810 (patch)
tree0e8a9cc908b55aaf4684d9ac47a50ea374da0e8a /include/views
parentc3fb74693e25cf6dffc8add8669c54c4b7ace3a2 (diff)
Revert "Move the rest of src headers used by include to include/private."
This reverts commit d12e6ffa5cc1c1af47bf73c7c127d8d7f7443058. Our Chrome roll canaries are failing with the dreaded Ninja-says-there's-more-work-to-do message. I will break this up smaller (if possible) and try again tomorrow. BUG=skia:4126 Review URL: https://codereview.chromium.org/1258293004 .
Diffstat (limited to 'include/views')
-rw-r--r--include/views/SkOSWindow_Win.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/views/SkOSWindow_Win.h b/include/views/SkOSWindow_Win.h
index ccab59066d..85cfec14f8 100644
--- a/include/views/SkOSWindow_Win.h
+++ b/include/views/SkOSWindow_Win.h
@@ -10,7 +10,7 @@
#ifndef SkOSWindow_Win_DEFINED
#define SkOSWindow_Win_DEFINED
-#include "../private/SkFunction.h"
+#include "../../src/core/SkFunction.h"
#include "../private/SkTHash.h"
#include "SkWindow.h"