| Index: services/data_decoder/public/interfaces/constants.mojom
|
| diff --git a/services/image_decoder/public/interfaces/constants.mojom b/services/data_decoder/public/interfaces/constants.mojom
|
| similarity index 69%
|
| rename from services/image_decoder/public/interfaces/constants.mojom
|
| rename to services/data_decoder/public/interfaces/constants.mojom
|
| index 5897a7d9c6d084072bad6438fca6626c035483f1..60a96f275bdaa1d408ccc31f579dc03635414838 100644
|
| --- a/services/image_decoder/public/interfaces/constants.mojom
|
| +++ b/services/data_decoder/public/interfaces/constants.mojom
|
| @@ -2,6 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -module image_decoder.mojom;
|
| +module data_decoder.mojom;
|
|
|
| -const string kServiceName = "image_decoder";
|
| +const string kServiceName = "data_decoder";
|
|
|