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

Unified Diff: components/filesystem/file_system_app.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/file_impl_unittest.cc ('k') | components/filesystem/file_system_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/filesystem/file_system_app.h
diff --git a/components/filesystem/file_system_app.h b/components/filesystem/file_system_app.h
index fa3e2d926a4c5f5704f5d8d3ebafa3e6e99bdafb..452686a31099cc66201b17993f8f608bfa626719 100644
--- a/components/filesystem/file_system_app.h
+++ b/components/filesystem/file_system_app.h
@@ -21,7 +21,7 @@ class Connector;
namespace filesystem {
class FileSystemApp : public shell::ShellClient,
- public shell::InterfaceFactory<FileSystem> {
+ public shell::InterfaceFactory<mojom::FileSystem> {
public:
FileSystemApp();
~FileSystemApp() override;
@@ -37,7 +37,7 @@ class FileSystemApp : public shell::ShellClient,
bool AcceptConnection(shell::Connection* connection) override;
// |InterfaceFactory<Files>| implementation:
void Create(shell::Connection* connection,
- mojo::InterfaceRequest<FileSystem> request) override;
+ mojo::InterfaceRequest<mojom::FileSystem> request) override;
mojo::TracingImpl tracing_;
« no previous file with comments | « components/filesystem/file_impl_unittest.cc ('k') | components/filesystem/file_system_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698