You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
../../brave/browser/speedreader/speedreader_browsertest.cc(45,51): error: no matching member function for call to 'Append'
base::FilePath whitelist_path = test_data_dir.Append(kTestWhitelist);
~~~~~~~~~~~~~~^~~~~~
../..\base/files/file_path.h(326,12): note: candidate function not viable: no known conversion from 'const char [27]' to 'base::FilePath::StringPieceType' (aka 'BasicStringPiece, allocator > >') for 1st argument
FilePath Append(StringPieceType component) const WARN_UNUSED_RESULT;
^
../..\base/files/file_path.h(327,12): note: candidate function not viable: no known conversion from 'const char [27]' to 'const base::FilePath' for 1st argument
FilePath Append(const FilePath& component) const WARN_UNUSED_RESULT;
^
1 error generated.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: