Remove use of native_type_conversions.h when possible.

This commit is contained in:
Cheng Zhao 2014-04-21 23:49:53 +08:00
parent 2efed6f910
commit 7e1c86a105
3 changed files with 10 additions and 7 deletions

View file

@ -4,14 +4,14 @@
#import "atom/browser/api/atom_api_menu_mac.h"
#include "atom/browser/native_window.h"
#include "base/message_loop/message_loop.h"
#include "base/strings/sys_string_conversions.h"
#include "atom/browser/native_window.h"
#include "atom/common/node_includes.h"
#include "atom/common/v8/native_type_conversions.h"
#include "content/public/browser/web_contents.h"
#include "content/public/browser/web_contents_view.h"
#include "atom/common/node_includes.h"
namespace atom {
namespace api {