address review comments
This commit is contained in:
parent
6cb626db88
commit
671a8a2cd6
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ class BundledDataSource : public content::URLDataSource {
|
|||
int render_frame_id,
|
||||
const GotDataCallback& callback) override {
|
||||
std::string filename = PathWithoutParams(path);
|
||||
std::map<base::FilePath, int>::const_iterator entry =
|
||||
auto entry =
|
||||
path_to_resource_id_.find(base::FilePath::FromUTF8Unsafe(filename));
|
||||
|
||||
if (entry != path_to_resource_id_.end()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue