address review comments

This commit is contained in:
deepak1556 2017-02-01 21:12:17 +05:30
parent 6cb626db88
commit 671a8a2cd6
2 changed files with 2 additions and 2 deletions

View file

@ -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()) {