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

Unified Diff: base/win/enum_variant.cc

Issue 1615603002: Fix gn builds with locally installed VS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « no previous file | build/config/win/visual_studio_version.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/win/enum_variant.cc
diff --git a/base/win/enum_variant.cc b/base/win/enum_variant.cc
index 2975560a9ec2157125eb5d67efae3a777f2f647a..6c36f8b9283ef44b86acebfd91042a40fe8fc348 100644
--- a/base/win/enum_variant.cc
+++ b/base/win/enum_variant.cc
@@ -8,6 +8,11 @@
#include "base/logging.h"
+#include <Windows.h>
+#include <shobjidl.h>
+
+IVirtualDesktopManager* g_vdm;
brettw 2016/01/21 17:37:32 Is this mixed in from another patch? It doesn't se
brettw 2016/01/21 19:24:17 You're going to remove this before checkin, right?
brucedawson 2016/01/21 19:38:48 Yes. Definitely. I need to test a few more variant
+
namespace base {
namespace win {
« no previous file with comments | « no previous file | build/config/win/visual_studio_version.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698