Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add missing includes #20003

Merged
merged 1 commit into from Aug 29, 2019
Merged

chore: add missing includes #20003

merged 1 commit into from Aug 29, 2019

Conversation

alexeykuzmin
Copy link
Contributor

@alexeykuzmin alexeykuzmin commented Aug 28, 2019

Description of Change

A follow-up for #19698.

Checklist

Release Notes

Notes: no-notes

@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Aug 28, 2019
#include "base/supports_user_data.h"
#include "base/values.h"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For base::DictionaryValue.

@@ -14,7 +14,9 @@

#include "base/memory/weak_ptr.h"
#include "base/observer_list.h"
#include "base/strings/string16.h"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For base::string16.

@@ -9,6 +9,8 @@
#include <utility>
#include <vector>

#include "base/memory/ptr_util.h"
#include "base/strings/utf_string_conversions.h"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For base::UTF8ToUTF16 and base::UTF16ToUTF8.

@@ -9,6 +9,8 @@
#include <utility>
#include <vector>

#include "base/memory/ptr_util.h"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For base::WrapUnique.

@zcbenz zcbenz merged commit c03288f into master Aug 29, 2019
@release-clerk
Copy link

release-clerk bot commented Aug 29, 2019

Release Notes Persisted

no-notes

@zcbenz zcbenz deleted the alkuzmin/add-missing-include branch August 29, 2019 06:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-pr 🌱 PR opened in the last 24 hours
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants