commit | c3c10f25a1e5eb1621c5deb3949be957613c020a | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Jul 25 14:21:12 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Jul 25 14:21:12 2013 |
tree | c668a3ef50091ee47079d67efd5c00447e4610f0 | |
parent | 1575659b326e4f82c2ea297abcff2d80984d3f26 [diff] [blame] |
Update include paths in content/public for base/process changes. BUG=242290 [email protected] Review URL: https://codereview.chromium.org/19590009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213628 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h index 414067b..b7f67e46 100644 --- a/content/public/browser/web_contents.h +++ b/content/public/browser/web_contents.h
@@ -5,9 +5,12 @@ #ifndef CONTENT_PUBLIC_BROWSER_WEB_CONTENTS_H_ #define CONTENT_PUBLIC_BROWSER_WEB_CONTENTS_H_ +#include <set> + #include "base/basictypes.h" #include "base/callback_forward.h" -#include "base/process_util.h" +#include "base/files/file_path.h" +#include "base/process/kill.h" #include "base/strings/string16.h" #include "base/supports_user_data.h" #include "content/common/content_export.h"