Skip to content

Commit

Permalink
chore: add missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeykuzmin committed Aug 28, 2019
1 parent 27ce6a9 commit 167818a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shell/browser/native_window.cc
Expand Up @@ -9,6 +9,8 @@
#include <utility>
#include <vector>

#include "base/memory/ptr_util.h"
#include "base/strings/utf_string_conversions.h"
#include "native_mate/dictionary.h"
#include "shell/browser/browser.h"
#include "shell/browser/window_list.h"
Expand Down
2 changes: 2 additions & 0 deletions shell/browser/native_window.h
Expand Up @@ -14,7 +14,9 @@

#include "base/memory/weak_ptr.h"
#include "base/observer_list.h"
#include "base/strings/string16.h"
#include "base/supports_user_data.h"
#include "base/values.h"
#include "content/public/browser/desktop_media_id.h"
#include "content/public/browser/web_contents_user_data.h"
#include "extensions/browser/app_window/size_constraints.h"
Expand Down

0 comments on commit 167818a

Please sign in to comment.