Put converters under atom/common/native_mate_converters.

This commit is contained in:
Cheng Zhao 2014-04-17 13:45:14 +08:00
parent 84397052fd
commit 5dae7b8658
38 changed files with 109 additions and 73 deletions

View file

@ -10,11 +10,11 @@
#include "atom/browser/native_window.h"
#include "atom/browser/ui/file_dialog.h"
#include "atom/browser/ui/message_box.h"
#include "atom/common/v8_converters/file_path_converter.h"
#include "atom/common/native_mate_converters/file_path_converter.h"
#include "native_mate/dictionary.h"
#include "native_mate/scoped_persistent.h"
#include "atom/common/v8/node_common.h"
#include "atom/common/node_includes.h"
namespace mate {