diff options
Diffstat (limited to 'chrome/common/extensions/extension_builder.h')
-rw-r--r-- | chrome/common/extensions/extension_builder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/extension_builder.h b/chrome/common/extensions/extension_builder.h index 65cb453..1591a05 100644 --- a/chrome/common/extensions/extension_builder.h +++ b/chrome/common/extensions/extension_builder.h @@ -5,7 +5,7 @@ #ifndef CHROME_COMMON_EXTENSIONS_EXTENSION_BUILDER_H_ #define CHROME_COMMON_EXTENSIONS_EXTENSION_BUILDER_H_ -#include "base/file_path.h" +#include "base/files/file_path.h" #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" #include "chrome/common/extensions/manifest.h" |