| Index: chrome/common/extensions/manifest_handlers/content_scripts_handler.h
|
| diff --git a/chrome/common/extensions/manifest_handlers/content_scripts_handler.h b/chrome/common/extensions/manifest_handlers/content_scripts_handler.h
|
| index 6f010b544e0aea36687cafff4ce5595be1306f76..0258147fc90215a4e68c8ae2c831dd65e9f8f439 100644
|
| --- a/chrome/common/extensions/manifest_handlers/content_scripts_handler.h
|
| +++ b/chrome/common/extensions/manifest_handlers/content_scripts_handler.h
|
| @@ -9,7 +9,7 @@
|
|
|
| #include "chrome/common/extensions/extension.h"
|
| #include "chrome/common/extensions/manifest_handler.h"
|
| -#include "chrome/common/extensions/user_script.h"
|
| +#include "extensions/common/user_script.h"
|
|
|
| namespace extensions {
|
|
|
|
|