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

Unified Diff: tools/json_schema_compiler/dart_test/enums.dart

Issue 23549025: Clean up JSON Schema Compiler. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
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: tools/json_schema_compiler/dart_test/enums.dart
diff --git a/tools/json_schema_compiler/dart_test/empty_namespace.dart b/tools/json_schema_compiler/dart_test/enums.dart
similarity index 73%
copy from tools/json_schema_compiler/dart_test/empty_namespace.dart
copy to tools/json_schema_compiler/dart_test/enums.dart
index d2378a2860c2af201731b0f2c6437db706c8fbea..265b5e1ec9018ec9609fb6aaac70f2e028bf4f17 100644
--- a/tools/json_schema_compiler/dart_test/empty_namespace.dart
+++ b/tools/json_schema_compiler/dart_test/enums.dart
@@ -2,18 +2,23 @@
// 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.
-// Generated from namespace: empty_namespace
+// Generated from namespace: enums
part of chrome;
+
+/**
+ * Types
+ */
+
/**
* Functions
*/
-class API_empty_namespace {
+class API_enums {
/*
* API connection
*/
Object _jsObject;
- API_empty_namespace(this._jsObject) {
+ API_enums(this._jsObject) {
}
}

Powered by Google App Engine
This is Rietveld 408576698