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

Unified Diff: lib/src/file_system/browser.dart

Issue 11471037: Updating dwc for breaking changes that will be part of the next sdk (Closed) Base URL: git@github.com:dart-lang/dart-web-components.git@master
Patch Set: Created 8 years 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
Index: lib/src/file_system/browser.dart
diff --git a/lib/src/file_system/browser.dart b/lib/src/file_system/browser.dart
index 0255300a9d9775f5022c7a061251844a9433f660..aa3e4ab400e259d422f553687ccfd51b7732d9d0 100644
--- a/lib/src/file_system/browser.dart
+++ b/lib/src/file_system/browser.dart
@@ -7,7 +7,7 @@ library browser;
import 'dart:math';
import 'dart:html';
import 'path.dart';
-import 'package:web_components/src/file_system.dart';
+import 'package:web_components/src/file_system.dart' as fs;
import 'package:js/js.dart' as js;
/**
@@ -15,7 +15,7 @@ import 'package:js/js.dart' as js;
* proxy arbitrary urls. See extension/background.js for the code that does
* the actual proxying.
*/
-class BrowserFileSystem implements FileSystem {
+class BrowserFileSystem implements fs.FileSystem {
/**
* Chrome extension port used to communicate back to the source page that

Powered by Google App Engine
This is Rietveld 408576698