Index: tools/gn/input_file_manager.h |
diff --git a/tools/gn/input_file_manager.h b/tools/gn/input_file_manager.h |
index 0f708d5890f936c135722e78831c404325471a75..ae6533a6bf7b3ab6e4071face0e306002053284b 100644 |
--- a/tools/gn/input_file_manager.h |
+++ b/tools/gn/input_file_manager.h |
@@ -66,7 +66,8 @@ class InputFileManager : public base::RefCountedThreadSafe<InputFileManager> { |
int GetInputFileCount() const; |
- void GetAllInputFileNames(std::vector<SourceFile>* result) const; |
+ // Fills the vector with all input files. |
+ void GetAllPhysicalInputFileNames(std::vector<base::FilePath>* result) const; |
private: |
friend class base::RefCountedThreadSafe<InputFileManager>; |