| Index: tonic/dart_dependency_catcher.h
|
| diff --git a/tonic/dart_dependency_catcher.h b/tonic/dart_dependency_catcher.h
|
| index a0b85ef7dbc1b300b501aaa296c1e472d8ef3525..9afb13eef99c60b5c94c5fe90d6283ae709f716b 100644
|
| --- a/tonic/dart_dependency_catcher.h
|
| +++ b/tonic/dart_dependency_catcher.h
|
| @@ -9,7 +9,7 @@
|
|
|
| #include "base/macros.h"
|
|
|
| -namespace blink {
|
| +namespace tonic {
|
| class DartLibraryLoader;
|
|
|
| // A base class to represent a dependency.
|
| @@ -34,6 +34,6 @@ class DartDependencyCatcher {
|
| DISALLOW_COPY_AND_ASSIGN(DartDependencyCatcher);
|
| };
|
|
|
| -} // namespace blink
|
| +} // namespace tonic
|
|
|
| #endif // SKY_ENGINE_TONIC_DART_DEPENDENCY_CATCHER_H_
|
|
|