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

Unified Diff: mojo/public/cpp/bindings/pipe_control_message_handler.h

Issue 2114523002: Move more Mojo bindings helpers out of internal namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@group-controller
Patch Set: rebase Created 4 years, 6 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
Index: mojo/public/cpp/bindings/pipe_control_message_handler.h
diff --git a/mojo/public/cpp/bindings/lib/pipe_control_message_handler.h b/mojo/public/cpp/bindings/pipe_control_message_handler.h
similarity index 84%
rename from mojo/public/cpp/bindings/lib/pipe_control_message_handler.h
rename to mojo/public/cpp/bindings/pipe_control_message_handler.h
index 5d9228d6c3a533d349128a9e2388f71d3d0dd83f..b387b061cfbeda02dfa0114ae606612030b4f804 100644
--- a/mojo/public/cpp/bindings/lib/pipe_control_message_handler.h
+++ b/mojo/public/cpp/bindings/pipe_control_message_handler.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MOJO_PUBLIC_CPP_BINDINGS_LIB_PIPE_CONTROL_MESSAGE_HANDLER_H_
-#define MOJO_PUBLIC_CPP_BINDINGS_LIB_PIPE_CONTROL_MESSAGE_HANDLER_H_
+#ifndef MOJO_PUBLIC_CPP_BINDINGS_PIPE_CONTROL_MESSAGE_HANDLER_H_
+#define MOJO_PUBLIC_CPP_BINDINGS_PIPE_CONTROL_MESSAGE_HANDLER_H_
#include "base/macros.h"
#include "mojo/public/cpp/bindings/interface_id.h"
@@ -11,7 +11,6 @@
#include "mojo/public/cpp/bindings/message.h"
namespace mojo {
-namespace internal {
class PipeControlMessageHandlerDelegate;
@@ -44,12 +43,11 @@ class PipeControlMessageHandler : public MessageReceiver {
std::string description_;
PipeControlMessageHandlerDelegate* const delegate_;
- SerializationContext context_;
+ internal::SerializationContext context_;
DISALLOW_COPY_AND_ASSIGN(PipeControlMessageHandler);
};
-} // namespace internal
} // namespace mojo
-#endif // MOJO_PUBLIC_CPP_BINDINGS_LIB_PIPE_CONTROL_MESSAGE_HANDLER_H_
+#endif // MOJO_PUBLIC_CPP_BINDINGS_PIPE_CONTROL_MESSAGE_HANDLER_H_
« no previous file with comments | « mojo/public/cpp/bindings/message_header_validator.h ('k') | mojo/public/cpp/bindings/pipe_control_message_handler_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698