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

Unified Diff: mojo/public/utility/bindings_support_impl.h

Issue 128803002: Mojo: Remove utility:: namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix build Created 6 years, 11 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 | « mojo/examples/sample_app/sample_app.cc ('k') | mojo/public/utility/bindings_support_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/utility/bindings_support_impl.h
diff --git a/mojo/public/utility/bindings_support_impl.h b/mojo/public/utility/bindings_support_impl.h
index aa49a08969b448fcb9bb8143fd4c8945617c26aa..6216227e8c140d4305b7ea0a2891447cc255b80c 100644
--- a/mojo/public/utility/bindings_support_impl.h
+++ b/mojo/public/utility/bindings_support_impl.h
@@ -9,7 +9,6 @@
#include "mojo/public/system/macros.h"
namespace mojo {
-namespace utility {
namespace internal {
// BindingsSupport implementation that uses RunLoop. Before using this you must
@@ -40,7 +39,6 @@ class BindingsSupportImpl : public BindingsSupport {
};
} // namespace internal
-} // namespace utility
} // namespace mojo
#endif // MOJO_PUBLIC_UTILITY_BINDINGS_SUPPORT_IMPL_H_
« no previous file with comments | « mojo/examples/sample_app/sample_app.cc ('k') | mojo/public/utility/bindings_support_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698