Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(836)

Unified Diff: mojo/apps/js/test/handle_unittest.cc

Issue 651523002: [Mojo] Fix the namespace for HandleWrapper (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | mojo/bindings/js/core.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/apps/js/test/handle_unittest.cc
diff --git a/mojo/apps/js/test/handle_unittest.cc b/mojo/apps/js/test/handle_unittest.cc
index ec089c91ba318cfe4d131c9b54e345a2ae20b5fd..9167197c18a26bfc7e2b3b9487078f8da15de06f 100644
--- a/mojo/apps/js/test/handle_unittest.cc
+++ b/mojo/apps/js/test/handle_unittest.cc
@@ -12,7 +12,7 @@ namespace mojo {
namespace js {
class HandleWrapperTest : public testing::Test,
- public gin::HandleCloseObserver {
+ public HandleCloseObserver {
public:
HandleWrapperTest() : closes_observed_(0) {}
@@ -25,7 +25,7 @@ class HandleWrapperTest : public testing::Test,
DISALLOW_COPY_AND_ASSIGN(HandleWrapperTest);
};
-class TestHandleWrapper : public gin::HandleWrapper {
+class TestHandleWrapper : public HandleWrapper {
public:
explicit TestHandleWrapper(MojoHandle handle) : HandleWrapper(handle) {}
« no previous file with comments | « no previous file | mojo/bindings/js/core.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698