Use the tonic namespace for tonic + resulting build fixes
BUG=
R=abarth@chromium.org
Review URL: https://codereview.chromium.org/1242773003 .
diff --git a/tonic/dart_state.cc b/tonic/dart_state.cc
index 76851ce..89773d2 100644
--- a/tonic/dart_state.cc
+++ b/tonic/dart_state.cc
@@ -10,7 +10,7 @@
#include "tonic/dart_library_loader.h"
#include "tonic/dart_timer_heap.h"
-namespace blink {
+namespace tonic {
DartState::Scope::Scope(DartState* dart_state) : scope_(dart_state->isolate()) {
}
@@ -58,4 +58,4 @@
return weak_factory_.GetWeakPtr();
}
-} // namespace blink
+} // namespace tonic