Fix building on non-Windows
This commit is contained in:
parent
ac8a490d56
commit
242ce4f818
1 changed files with 1 additions and 3 deletions
|
@ -14,11 +14,9 @@
|
|||
#if defined(OS_WIN)
|
||||
#include "base/win/scoped_com_initializer.h"
|
||||
#include "base/win/shortcut.h"
|
||||
#endif
|
||||
|
||||
namespace mate {
|
||||
|
||||
|
||||
template<>
|
||||
struct Converter<base::win::ShortcutOperation> {
|
||||
static bool FromV8(v8::Isolate* isolate, v8::Handle<v8::Value> val,
|
||||
|
@ -38,8 +36,8 @@ struct Converter<base::win::ShortcutOperation> {
|
|||
}
|
||||
};
|
||||
|
||||
|
||||
} // namespace mate
|
||||
#endif
|
||||
|
||||
namespace {
|
||||
|
||||
|
|
Loading…
Reference in a new issue