| Index: tools/json_schema_compiler/dart_test/empty_namespace.idl
|
| diff --git a/chrome/test/data/extensions/api_test/background_scripts/a.js b/tools/json_schema_compiler/dart_test/empty_namespace.idl
|
| similarity index 84%
|
| copy from chrome/test/data/extensions/api_test/background_scripts/a.js
|
| copy to tools/json_schema_compiler/dart_test/empty_namespace.idl
|
| index de548ae686ebb704f65035e7f7e2ae9102ad1fc3..5a5ea03761caf7bdfbbbebe9848df65488c9e59e 100644
|
| --- a/chrome/test/data/extensions/api_test/background_scripts/a.js
|
| +++ b/tools/json_schema_compiler/dart_test/empty_namespace.idl
|
| @@ -2,4 +2,5 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -var test = "hi!";
|
| +namespace empty_namespace {
|
| +};
|
|
|