Index: tools/gn/filesystem_utils.h |
diff --git a/tools/gn/filesystem_utils.h b/tools/gn/filesystem_utils.h |
index d2658c2416b7e8bb610eef66f16e0f7a29f23a16..a6bb0fe4725400f639fbe21e06eb2e5f4225be08 100644 |
--- a/tools/gn/filesystem_utils.h |
+++ b/tools/gn/filesystem_utils.h |
@@ -28,8 +28,7 @@ enum SourceFileType { |
SOURCE_RC, |
}; |
-SourceFileType GetSourceFileType(const SourceFile& file, |
- Settings::TargetOS os); |
+SourceFileType GetSourceFileType(const SourceFile& file); |
// Returns the extension, not including the dot, for the given file type on the |
// given system. |