Skip to content

Commit

Permalink
no namespace for chrome vector icons
Browse files Browse the repository at this point in the history
  • Loading branch information
bridiver committed Oct 18, 2017
1 parent c5f2362 commit d152082
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions chromium_src/chrome/app/vector_icons/vector_icons.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ static constexpr gfx::PathElement path_name[] = {__VA_ARGS__};
#define VECTOR_ICON_TEMPLATE(icon_name, path_name, path_name_1x) \
const gfx::VectorIcon icon_name = { path_name , path_name_1x };

namespace vector_icons {

using namespace gfx;

VECTOR_ICON_TEMPLATE(kBrowserToolsUpdateIcon, nullptr, nullptr)

} // namespace vector_icons

0 comments on commit d152082

Please sign in to comment.