| Index: sky/engine/bindings-dart/snapshot.dart
|
| diff --git a/mojo/dart/embedder/test/test_snapshot.dart b/sky/engine/bindings-dart/snapshot.dart
|
| similarity index 66%
|
| copy from mojo/dart/embedder/test/test_snapshot.dart
|
| copy to sky/engine/bindings-dart/snapshot.dart
|
| index b643b289d89754770091d6539f16c2d1401f5260..32c6b92da0e29193901ad59db8f780c8722f9f41 100644
|
| --- a/mojo/dart/embedder/test/test_snapshot.dart
|
| +++ b/sky/engine/bindings-dart/snapshot.dart
|
| @@ -1,4 +1,4 @@
|
| -// Copyright 2014 The Chromium Authors. All rights reserved.
|
| +// Copyright 2015 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -9,7 +9,4 @@ import 'dart:convert';
|
| import 'dart:isolate';
|
| import 'dart:math';
|
| import 'dart:mirrors';
|
| -import 'dart:mojo_bindings';
|
| -import 'dart:mojo_builtin';
|
| -import 'dart:mojo_core';
|
| import 'dart:typed_data';
|
|
|