| Index: chrome/common/extensions/extension_set.h
|
| diff --git a/chrome/common/extensions/extension_set.h b/chrome/common/extensions/extension_set.h
|
| index 7dc3ea09c44bed25bbc149f969b73a939b81c526..f7d7b23525ec176a56d5fbc441b45a6b1e64ee77 100644
|
| --- a/chrome/common/extensions/extension_set.h
|
| +++ b/chrome/common/extensions/extension_set.h
|
| @@ -12,7 +12,7 @@
|
| #include "base/callback_forward.h"
|
| #include "base/gtest_prod_util.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "chrome/common/extensions/extension.h"
|
| +#include "extensions/common/extension.h"
|
| #include "url/gurl.h"
|
|
|
| // The one true extension container. Extensions are identified by their id.
|
|
|