diff options
author | amistry <amistry@chromium.org> | 2016-03-10 22:32:52 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-03-11 06:34:21 +0000 |
commit | ecd73b09cccaaab72c859fef403ed489b7d1f174 (patch) | |
tree | 2b8d4166e1d64c0f2c8503e097494eada69f73a0 /mojo/edk/js/tests/js_to_cpp_tests.cc | |
parent | c7b3190c0ecd5b88688aa5e55d3085f0fbd40e11 (diff) | |
download | chromium_src-ecd73b09cccaaab72c859fef403ed489b7d1f174.zip chromium_src-ecd73b09cccaaab72c859fef403ed489b7d1f174.tar.gz chromium_src-ecd73b09cccaaab72c859fef403ed489b7d1f174.tar.bz2 |
[mojo-sdk] Remove mojo_ignore_result and move C++ macros.h to bindings internal code.
The one macro remaining in macros.h is only used by generated C++ code.
BUG=534695
Review URL: https://codereview.chromium.org/1784743003
Cr-Commit-Position: refs/heads/master@{#380556}
Diffstat (limited to 'mojo/edk/js/tests/js_to_cpp_tests.cc')
-rw-r--r-- | mojo/edk/js/tests/js_to_cpp_tests.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mojo/edk/js/tests/js_to_cpp_tests.cc b/mojo/edk/js/tests/js_to_cpp_tests.cc index 08f3a0c..6d3426d 100644 --- a/mojo/edk/js/tests/js_to_cpp_tests.cc +++ b/mojo/edk/js/tests/js_to_cpp_tests.cc @@ -24,7 +24,6 @@ #include "mojo/edk/test/test_utils.h" #include "mojo/public/cpp/bindings/binding.h" #include "mojo/public/cpp/system/core.h" -#include "mojo/public/cpp/system/macros.h" #include "testing/gtest/include/gtest/gtest.h" namespace mojo { |