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

Unified Diff: tonic/float32_list.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/dart_wrapper_info.h ('k') | tonic/float32_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tonic/float32_list.h
diff --git a/tonic/float32_list.h b/tonic/float32_list.h
index ec544b83b28c1ea60ca35543e3be0cfa64fc2248..f3a5d3d9c13f0a4a6e1d9f911bf19448e42275b8 100644
--- a/tonic/float32_list.h
+++ b/tonic/float32_list.h
@@ -8,7 +8,7 @@
#include "dart/runtime/include/dart_api.h"
#include "tonic/dart_converter.h"
-namespace blink {
+namespace tonic {
// A simple wrapper around a Dart Float32List. It uses Dart_TypedDataAcquireData
// to obtain a raw pointer to the data, which is released when this object is
@@ -39,6 +39,6 @@ struct DartConverter<Float32List> {
Dart_Handle& exception);
};
-} // namespace blink
+} // namespace tonic
#endif // SKY_ENGINE_TONIC_FLOAT32_LIST_H_
« no previous file with comments | « tonic/dart_wrapper_info.h ('k') | tonic/float32_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698