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

Unified Diff: components/filesystem/public/interfaces/types.mojom

Issue 1962503002: Add mojom module suffix in .mojom files for components/filesystem. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « components/filesystem/public/interfaces/file_system.mojom ('k') | components/filesystem/shared_temp_dir.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/filesystem/public/interfaces/types.mojom
diff --git a/components/filesystem/public/interfaces/types.mojom b/components/filesystem/public/interfaces/types.mojom
index 6a2ba49b5d31c9a4cd6c1ef7c9baa113ac5ac910..c3abf6c7fbfdfd6c0ad72a0173736a7c0a340486 100644
--- a/components/filesystem/public/interfaces/types.mojom
+++ b/components/filesystem/public/interfaces/types.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 filesystem;
+module filesystem.mojom;
// Error codes used by the file system. These error codes line up exactly with
// those of base::File.
« no previous file with comments | « components/filesystem/public/interfaces/file_system.mojom ('k') | components/filesystem/shared_temp_dir.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698