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

Unified Diff: src/utils/win/SkAutoCoInitialize.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 | « include/utils/win/SkTScopedComPtr.h ('k') | src/utils/win/SkHRESULT.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/utils/win/SkAutoCoInitialize.h
diff --git a/include/utils/win/SkAutoCoInitialize.h b/src/utils/win/SkAutoCoInitialize.h
similarity index 93%
rename from include/utils/win/SkAutoCoInitialize.h
rename to src/utils/win/SkAutoCoInitialize.h
index 04709782ee6720c1bfe2380229487bae74019146..f11cf856c5d7864b91e21d12dd43af6d9ff5d904 100644
--- a/include/utils/win/SkAutoCoInitialize.h
+++ b/src/utils/win/SkAutoCoInitialize.h
@@ -12,7 +12,7 @@
#ifdef SK_BUILD_FOR_WIN
-#include "../../private/SkLeanWindows.h"
+#include "SkLeanWindows.h"
/**
* An instance of this class initializes COM on creation
« no previous file with comments | « include/utils/win/SkTScopedComPtr.h ('k') | src/utils/win/SkHRESULT.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698