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

Unified Diff: tonic/dart_state.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_state.h ('k') | tonic/dart_string.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « tonic/dart_state.h ('k') | tonic/dart_string.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698