Skip to content

Commit

Permalink
Fix incorrect includes (see #3284)
Browse files Browse the repository at this point in the history
  • Loading branch information
magreenblatt committed Oct 9, 2023
1 parent 64c2dc1 commit f3e92b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libcef/browser/browser_host_base.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@
#include "chrome/browser/platform_util.h"
#include "chrome/browser/spellchecker/spellcheck_factory.h"
#include "chrome/browser/spellchecker/spellcheck_service.h"
#include "chrome/browser/ui/browser_commands.cc"
#include "chrome/browser/ui/browser_commands.h"
#include "components/favicon/core/favicon_url.h"
#include "components/spellcheck/common/spellcheck_features.h"
#include "components/zoom/page_zoom.h"
#include "components/zoom/zoom_controller.h"
#include "content/browser/renderer_host/render_frame_host_impl.h"
#include "content/public/browser/browser_context.h"
#include "content/public/browser/download_manager.h"
Expand Down

0 comments on commit f3e92b4

Please sign in to comment.