Skip to content

Commit

Permalink
2974074: Remove base/cxx17_backports.h from stl_util.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkleinsc authored and codebytere committed Jul 15, 2021
1 parent 0930c0e commit a7b53b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shell/browser/ui/cocoa/window_buttons_view.mm
Expand Up @@ -4,9 +4,9 @@

#include "shell/browser/ui/cocoa/window_buttons_view.h"

#include "base/cxx17_backports.h"
#include "base/i18n/rtl.h"
#include "base/logging.h"
#include "base/stl_util.h"
#include "ui/gfx/mac/coordinate_conversion.h"

namespace {
Expand Down
2 changes: 1 addition & 1 deletion shell/common/gin_helper/callback.cc
Expand Up @@ -4,7 +4,7 @@

#include "shell/common/gin_helper/callback.h"

#include "base/stl_util.h"
#include "base/cxx17_backports.h"
#include "content/public/browser/browser_thread.h"
#include "gin/dictionary.h"

Expand Down

0 comments on commit a7b53b6

Please sign in to comment.