Remove uses of StringPiece and its variants
Upstream is set to deprecated, and delete all occurrences of `base::StringPiece`, and replace it with `std::string_view`, and according correspondent types. This change removes the use of `base::StringPiece`, and of the headers as well across the Brave codebase.
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
#include <string>
|
||||
|
||||
#include "base/files/file_path.h"
|
||||
#include "base/strings/string_piece.h"
|
||||
#include "brave/components/brave_component_updater/browser/local_data_files_observer.h"
|
||||
#include "brave/components/brave_component_updater/browser/local_data_files_service.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user