| Index: chrome/common/extensions/extension_file_util.h
|
| diff --git a/chrome/common/extensions/extension_file_util.h b/chrome/common/extensions/extension_file_util.h
|
| index 0fe27857be74bfa6b0308645d19afbc39844bba2..35db4e88380fe119ee853d9fe4e0c8a487f94765 100644
|
| --- a/chrome/common/extensions/extension_file_util.h
|
| +++ b/chrome/common/extensions/extension_file_util.h
|
| @@ -5,12 +5,12 @@
|
| #ifndef CHROME_COMMON_EXTENSIONS_EXTENSION_FILE_UTIL_H_
|
| #define CHROME_COMMON_EXTENSIONS_EXTENSION_FILE_UTIL_H_
|
|
|
| -#include <string>
|
| #include <map>
|
| +#include <string>
|
|
|
| #include "base/memory/ref_counted.h"
|
| -#include "chrome/common/extensions/manifest.h"
|
| #include "chrome/common/extensions/message_bundle.h"
|
| +#include "extensions/common/manifest.h"
|
|
|
| class ExtensionIconSet;
|
| class GURL;
|
|
|