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

Unified Diff: sdk/lib/_chrome/dart2js/chrome_dart2js.dart

Issue 23654055: Move dart:chrome to dart:_chrome. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 3 months 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: sdk/lib/_chrome/dart2js/chrome_dart2js.dart
===================================================================
--- sdk/lib/_chrome/dart2js/chrome_dart2js.dart (revision 27711)
+++ sdk/lib/_chrome/dart2js/chrome_dart2js.dart (working copy)
@@ -5,7 +5,7 @@
///
/// For more information on these APIs, see the
/// [chrome.* API documentation](http://developer.chrome.com/apps/api_index.html).
-library chrome;
+library _chrome;
import 'dart:_foreign_helper' show JS;
import 'dart:_js_helper';
@@ -17,7 +17,7 @@
// BSD-style license that can be found in the LICENSE file.
// DO NOT EDIT
-// Auto-generated dart:chrome library.
+// Auto-generated dart:_chrome library.
/* TODO(sashab): Add "show convertDartClosureToJS" once 'show' works. */

Powered by Google App Engine
This is Rietveld 408576698