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) { |
} |
} |