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

Unified Diff: tonic/mojo_converter.h

Issue 1242773003: Use the tonic namespace for tonic + resulting build fixes (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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 | « tonic/float32_list.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tonic/mojo_converter.h
diff --git a/tonic/mojo_converter.h b/tonic/mojo_converter.h
index 1019662a4270723ef01908589e74df2d27ec62c1..38d68e20ec442301cd07f29b692bb01cc2ffa67f 100644
--- a/tonic/mojo_converter.h
+++ b/tonic/mojo_converter.h
@@ -8,7 +8,7 @@
#include "mojo/public/cpp/system/handle.h"
#include "tonic/dart_converter.h"
-namespace blink {
+namespace tonic {
template <typename HandleType>
struct DartConverter<mojo::ScopedHandleBase<HandleType>> {
@@ -41,6 +41,6 @@ struct DartConverter<mojo::ScopedHandleBase<HandleType>> {
}
};
-} // namespace blink
+} // namespace tonic
#endif // SKY_ENGINE_TONIC_MOJO_CONVERTER_H_
« no previous file with comments | « tonic/float32_list.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698