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

Unified Diff: src/utils/win/SkIStream.h

Issue 2070983002: Move headers in include/utils/win to src/utils/win. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Really rebase. Created 4 years, 6 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 | « src/utils/win/SkHRESULT.h ('k') | src/utils/win/SkTScopedComPtr.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/utils/win/SkIStream.h
diff --git a/include/utils/win/SkIStream.h b/src/utils/win/SkIStream.h
similarity index 99%
rename from include/utils/win/SkIStream.h
rename to src/utils/win/SkIStream.h
index 28a59f9a02e12e776f4d59cb3754b0cfe5e96a39..a3315c121d912e4e20ffaf284384db911c9a2119 100644
--- a/include/utils/win/SkIStream.h
+++ b/src/utils/win/SkIStream.h
@@ -14,7 +14,7 @@
#ifdef SK_BUILD_FOR_WIN
-#include "../../private/SkLeanWindows.h"
+#include "SkLeanWindows.h"
#include <ole2.h>
class SkStream;
« no previous file with comments | « src/utils/win/SkHRESULT.h ('k') | src/utils/win/SkTScopedComPtr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698