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

Unified Diff: components/filesystem/shared_temp_dir.h

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/types.mojom ('k') | components/filesystem/test_manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/filesystem/shared_temp_dir.h
diff --git a/components/filesystem/shared_temp_dir.h b/components/filesystem/shared_temp_dir.h
index c4002e8d4cb943549e921dbc9631df1a188d085b..d403f73e5f68dcac363736804d84d1dc86bd31c8 100644
--- a/components/filesystem/shared_temp_dir.h
+++ b/components/filesystem/shared_temp_dir.h
@@ -13,7 +13,7 @@ class ScopedTempDir;
namespace filesystem {
-// A class to allow multiple Directory objects to hold a reference to a
+// A class to allow multiple mojom::Directory objects to hold a reference to a
// temporary directory.
class SharedTempDir : public base::RefCounted<SharedTempDir> {
public:
« no previous file with comments | « components/filesystem/public/interfaces/types.mojom ('k') | components/filesystem/test_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698