| Index: tonic/dart_state.cc
|
| diff --git a/tonic/dart_state.cc b/tonic/dart_state.cc
|
| index 76851ce6c73ee837c793b8b5fab9361495c71364..89773d2605b30105d9523a4995329130435bba25 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 @@ base::WeakPtr<DartState> DartState::GetWeakPtr() {
|
| return weak_factory_.GetWeakPtr();
|
| }
|
|
|
| -} // namespace blink
|
| +} // namespace tonic
|
|
|