[Mojo] Fix the namespace for HandleWrapper
commite06d7eb4be3ac14834c16715718150a04c93ef53
authorabarth <abarth@chromium.org>
Sat, 11 Oct 2014 00:21:10 +0000 (10 17:21 -0700)
committerCommit bot <commit-bot@chromium.org>
Sat, 11 Oct 2014 00:21:25 +0000 (11 00:21 +0000)
tree2dd4e1bec6bc6939ac4199deea07b3ab11d183fd
parent254bd40b3f63b8d1e484a5c88a2255681ea54e45
[Mojo] Fix the namespace for HandleWrapper

The HandleWrapper is part of the Mojo JavaScript bindings, not part of the
underlying gin library. For some reason HandleWrapper and HandleCloseObserver
were declared in the gin namespace, which is incorrect. This CL moves them to
the mojo::js namespace, which is correct.

R=hansmuller@chromium.org

Review URL: https://codereview.chromium.org/651523002

Cr-Commit-Position: refs/heads/master@{#299218}
mojo/apps/js/test/handle_unittest.cc
mojo/bindings/js/core.cc
mojo/bindings/js/handle.cc
mojo/bindings/js/handle.h
mojo/bindings/js/handle_close_observer.h
mojo/bindings/js/support.cc
mojo/bindings/js/waiting_callback.cc
mojo/bindings/js/waiting_callback.h