Skip to content

Commit

Permalink
Merge pull request #3 from paulcbetts/chrome49
Browse files Browse the repository at this point in the history
basictypes.h => macros.h
  • Loading branch information
zcbenz committed Mar 8, 2016
2 parents e719eab + 16270fa commit 38834cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion native_mate/arguments.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#ifndef NATIVE_MATE_ARGUMENTS_H_
#define NATIVE_MATE_ARGUMENTS_H_

#include "base/basictypes.h"
#include "base/macros.h"
#include "native_mate/compat.h"
#include "native_mate/converter.h"

Expand Down
2 changes: 1 addition & 1 deletion native_mate/try_catch.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include <string>

#include "base/basictypes.h"
#include "base/macros.h"
#include "v8/include/v8.h"

namespace mate {
Expand Down

0 comments on commit 38834cb

Please sign in to comment.