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

Unified Diff: components/filesystem/files_test_base.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_system_impl.cc ('k') | components/filesystem/files_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/filesystem/files_test_base.h
diff --git a/components/filesystem/files_test_base.h b/components/filesystem/files_test_base.h
index 54f2e32d000d7fa255628322259b3e669f237df3..57b13d88f2f1834059ee4a9456b81d034cc7a951 100644
--- a/components/filesystem/files_test_base.h
+++ b/components/filesystem/files_test_base.h
@@ -23,12 +23,12 @@ class FilesTestBase : public shell::test::ShellTest {
protected:
// Note: This has an out parameter rather than returning the |DirectoryPtr|,
// since |ASSERT_...()| doesn't work with return values.
- void GetTemporaryRoot(DirectoryPtr* directory);
+ void GetTemporaryRoot(mojom::DirectoryPtr* directory);
- FileSystemPtr& files() { return files_; }
+ mojom::FileSystemPtr& files() { return files_; }
private:
- FileSystemPtr files_;
+ mojom::FileSystemPtr files_;
DISALLOW_COPY_AND_ASSIGN(FilesTestBase);
};
« no previous file with comments | « components/filesystem/file_system_impl.cc ('k') | components/filesystem/files_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698