Bug 1236680 Part 3: Add #ifs to include to fix bustage. r=me

This commit is contained in:
Bob Owen 2016-02-09 15:35:44 +00:00
parent 6902402578
commit 03786961d3

View File

@ -8,7 +8,9 @@
#include "GMPUtils.h"
#include "nsIFile.h"
#include "nsIRunnable.h"
#if defined(XP_WIN) && defined(MOZ_SANDBOX)
#include "WinUtils.h"
#endif
#include "base/string_util.h"
#include "base/process_util.h"