| Index: chrome/common/extensions/extension_set.cc
|
| diff --git a/chrome/common/extensions/extension_set.cc b/chrome/common/extensions/extension_set.cc
|
| index f5aee9f944f6374a6c17fe15206ce73509f7f81c..1eb931cf5e66bb98bedc75189b9bbe61489eb51a 100644
|
| --- a/chrome/common/extensions/extension_set.cc
|
| +++ b/chrome/common/extensions/extension_set.cc
|
| @@ -5,9 +5,11 @@
|
| #include "chrome/common/extensions/extension_set.h"
|
|
|
| #include "base/logging.h"
|
| +#include "chrome/common/extensions/extension.h"
|
| #include "chrome/common/url_constants.h"
|
|
|
| using WebKit::WebSecurityOrigin;
|
| +using extensions::Extension;
|
|
|
| ExtensionURLInfo::ExtensionURLInfo(WebSecurityOrigin origin, const GURL& url)
|
| : origin_(origin),
|
|
|