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

Unified Diff: tonic/dart_value.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_timer_heap.cc ('k') | tonic/dart_value.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tonic/dart_value.h
diff --git a/tonic/dart_value.h b/tonic/dart_value.h
index 590a1ef7ef3e4dcb5feb90ea808db8f6ef0bf9cb..9c20b67b527b4710febb7a7b9fc7b2eca911d228 100644
--- a/tonic/dart_value.h
+++ b/tonic/dart_value.h
@@ -13,7 +13,7 @@
#include "sky/engine/wtf/RefCounted.h"
#include "sky/engine/wtf/RefPtr.h"
-namespace blink {
+namespace tonic {
// DartValue is a convience wrapper around DartPersistentValue that lets clients
// use RefPtr to keep track of the number of references to the underlying Dart
@@ -60,6 +60,6 @@ class DartValue : public RefCounted<DartValue> {
DISALLOW_COPY_AND_ASSIGN(DartValue);
};
-} // namespace blink
+} // namespace tonic
#endif // SKY_ENGINE_TONIC_DART_VALUE_H_
« no previous file with comments | « tonic/dart_timer_heap.cc ('k') | tonic/dart_value.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698