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

Unified Diff: tonic/dart_wrappable.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_value.cc ('k') | tonic/dart_wrappable.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tonic/dart_wrappable.h
diff --git a/tonic/dart_wrappable.h b/tonic/dart_wrappable.h
index 94286013bbcdab4e57e22f8ae57be22598b3cc7b..6bb4993379d326e915657205cb23a4d7491de1df 100644
--- a/tonic/dart_wrappable.h
+++ b/tonic/dart_wrappable.h
@@ -13,7 +13,7 @@
#include "tonic/dart_state.h"
#include "tonic/dart_wrapper_info.h"
-namespace blink {
+namespace tonic {
class DartGCVisitor;
struct DartWrapperInfo;
@@ -130,6 +130,6 @@ inline T* GetReceiver(Dart_NativeArguments args) {
return static_cast<T*>(reinterpret_cast<DartWrappable*>(receiver));
}
-} // namespace blink
+} // namespace tonic
#endif // SKY_ENGINE_TONIC_DART_WRAPPABLE_H_
« no previous file with comments | « tonic/dart_value.cc ('k') | tonic/dart_wrappable.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698