| Index: samples/chat/chat_stress_client.dart
|
| diff --git a/samples/chat/chat_stress_client.dart b/samples/chat/chat_stress_client.dart
|
| index 76f79c5b60d26c5ec17165f22724c64d49451af1..4c1a2aae1eeaf4f89d665d42207925073915b17d 100644
|
| --- a/samples/chat/chat_stress_client.dart
|
| +++ b/samples/chat/chat_stress_client.dart
|
| @@ -2,9 +2,9 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -#library("chat_stress_client.dart");
|
| -#import("dart:io");
|
| -#import("dart:json");
|
| +library chat_stress_client;
|
| +import 'dart:io';
|
| +import 'dart:json';
|
|
|
|
|
| class ChatStressClient {
|
|
|