Index: chrome/common/extensions/api/idltest.idl |
diff --git a/chrome/common/extensions/api/experimental_idltest.idl b/chrome/common/extensions/api/idltest.idl |
similarity index 97% |
rename from chrome/common/extensions/api/experimental_idltest.idl |
rename to chrome/common/extensions/api/idltest.idl |
index 5e85ce705d68ec2a50da7aecde775e75e637c261..6d74a42c0d5646e41ff2392a57399a43893e5763 100644 |
--- a/chrome/common/extensions/api/experimental_idltest.idl |
+++ b/chrome/common/extensions/api/idltest.idl |
@@ -3,7 +3,7 @@ |
// found in the LICENSE file. |
// An API to test IDL schema specifications. |
-namespace experimental.idltest { |
+namespace idltest { |
callback LongArrayCallback = void(long[] array); |
callback ArrayBufferCallback = void(ArrayBuffer buffer); |