Move callback converter from native mate to electron

This commit is contained in:
Cheng Zhao 2015-08-07 18:10:19 +08:00
parent 3402871741
commit 2ff104d012
15 changed files with 453 additions and 13 deletions

View file

@ -4,13 +4,13 @@
#include "atom/browser/api/atom_api_cookies.h"
#include "atom/common/native_mate_converters/callback.h"
#include "atom/common/native_mate_converters/gurl_converter.h"
#include "atom/common/native_mate_converters/value_converter.h"
#include "base/bind.h"
#include "base/time/time.h"
#include "content/public/browser/browser_context.h"
#include "content/public/browser/browser_thread.h"
#include "native_mate/callback.h"
#include "native_mate/dictionary.h"
#include "native_mate/object_template_builder.h"
#include "net/cookies/cookie_monster.h"