Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
fix windows build error
Browse files Browse the repository at this point in the history
auditors @evq
  • Loading branch information
bridiver committed Jan 9, 2018
1 parent 8b534f7 commit 5a48f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atom/browser/extensions/atom_component_extensions.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "chrome/common/chrome_paths.h"

static const std::map<base::FilePath, int> componentExtensionManifests = {
{base::FilePath("cryptotoken"), IDR_CRYPTOTOKEN_MANIFEST},
{base::FilePath(FILE_PATH_LITERAL("cryptotoken")), IDR_CRYPTOTOKEN_MANIFEST},
};

bool IsComponentExtension(const base::FilePath& extension_path, int* resource_id) {
Expand Down

0 comments on commit 5a48f65

Please sign in to comment.