| Index: tonic/dart_string_cache.h
|
| diff --git a/tonic/dart_string_cache.h b/tonic/dart_string_cache.h
|
| index 5ec219e12b8bcd33e75ac40dc49fffbc554d0f32..9c3a51675ca17486669018dadca34fbed86300b7 100644
|
| --- a/tonic/dart_string_cache.h
|
| +++ b/tonic/dart_string_cache.h
|
| @@ -12,7 +12,7 @@
|
| #include "sky/engine/wtf/text/StringHash.h"
|
| #include "sky/engine/wtf/text/StringImpl.h"
|
|
|
| -namespace blink {
|
| +namespace tonic {
|
|
|
| // DartStringCache maintains a mapping between WTF Strings and Dart strings.
|
| // When you create a Dart string from a WTF String, the underlying character
|
| @@ -43,6 +43,6 @@ class DartStringCache {
|
| DISALLOW_COPY_AND_ASSIGN(DartStringCache);
|
| };
|
|
|
| -} // namespace blink
|
| +} // namespace tonic
|
|
|
| #endif // SKY_ENGINE_TONIC_DART_STRING_CACHE_H_
|
|
|