diff options
Diffstat (limited to 'tools/aapt2/io/FileSystem.h')
-rw-r--r-- | tools/aapt2/io/FileSystem.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/aapt2/io/FileSystem.h b/tools/aapt2/io/FileSystem.h index 84f851ff694b..dfd37172004b 100644 --- a/tools/aapt2/io/FileSystem.h +++ b/tools/aapt2/io/FileSystem.h @@ -59,8 +59,8 @@ class FileCollection : public IFileCollection { /** * Adds a file located at path. Returns the IFile representation of that file. */ - IFile* InsertFile(const StringPiece& path); - IFile* FindFile(const StringPiece& path) override; + IFile* InsertFile(const android::StringPiece& path); + IFile* FindFile(const android::StringPiece& path) override; std::unique_ptr<IFileCollectionIterator> Iterator() override; private: |