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

Unified Diff: lib/src/report.dart

Issue 967933005: rename ddc -> dev_compiler, fixes #84 (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « lib/src/options.dart ('k') | lib/src/testing.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/report.dart
diff --git a/lib/src/report.dart b/lib/src/report.dart
index 62a0a5f166d49e05215a888917c6570f8b03e20a..4fd30de5388afd781d21c6aabca1f58d7d531705 100644
--- a/lib/src/report.dart
+++ b/lib/src/report.dart
@@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
/// Summarizes the information produced by the checker.
-library ddc.src.report;
+library dev_compiler.src.report;
import 'dart:math' show max;
@@ -33,7 +33,7 @@ abstract class CheckerReporter {
void logAnalyzerError(String message, Level level, int begin, int end);
}
-final _checkerLogger = new Logger('ddc.checker');
+final _checkerLogger = new Logger('dev_compiler.checker');
/// Simple reporter that logs checker messages as they are seen.
class LogReporter implements CheckerReporter {
« no previous file with comments | « lib/src/options.dart ('k') | lib/src/testing.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698