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

Unified Diff: tonic/dart_timer_heap.cc

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.h ('k') | tonic/dart_value.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tonic/dart_timer_heap.cc
diff --git a/tonic/dart_timer_heap.cc b/tonic/dart_timer_heap.cc
index 7e558e5bdc1c00b95dc2b07dcbbd3bcd42f72c67..bec4e8d2b00862ed28d9c98bed55680916afcaca 100644
--- a/tonic/dart_timer_heap.cc
+++ b/tonic/dart_timer_heap.cc
@@ -12,7 +12,7 @@
#include "tonic/dart_isolate_scope.h"
#include "tonic/dart_state.h"
-namespace blink {
+namespace tonic {
DartTimerHeap::DartTimerHeap() : next_timer_id_(1), weak_factory_(this) {
}
« no previous file with comments | « tonic/dart_timer_heap.h ('k') | tonic/dart_value.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698