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

Unified Diff: content/public/test/test_mojo_service.mojom

Issue 1832813002: Add mojom module suffix in .mojom files in content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Tom's comment Created 4 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
« no previous file with comments | « content/public/test/test_mojo_app.cc ('k') | content/renderer/dom_storage/local_storage_cached_area.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/test_mojo_service.mojom
diff --git a/content/public/test/test_mojo_service.mojom b/content/public/test/test_mojo_service.mojom
index 1277239dcd3c8a92ee63e16e7d85d1ea62f8689a..ff845e801b2ffb84ea20f6f1ba0e20fe0db0451d 100644
--- a/content/public/test/test_mojo_service.mojom
+++ b/content/public/test/test_mojo_service.mojom
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module content;
+module content.mojom;
interface TestMojoService {
// Doesn't actually do anything, just responds.
« no previous file with comments | « content/public/test/test_mojo_app.cc ('k') | content/renderer/dom_storage/local_storage_cached_area.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698