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

Unified Diff: services/data_decoder/public/interfaces/constants.mojom

Issue 2774463002: image_decoder service -> data_decoder service (Closed)
Patch Set: . Created 3 years, 9 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: 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";
« no previous file with comments | « services/data_decoder/public/interfaces/OWNERS ('k') | services/data_decoder/public/interfaces/image_decoder.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698