diff options
Diffstat (limited to 'content/shell/shell_browser_context.h')
-rw-r--r-- | content/shell/shell_browser_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/shell_browser_context.h b/content/shell/shell_browser_context.h index 44e0a16..fa61e66 100644 --- a/content/shell/shell_browser_context.h +++ b/content/shell/shell_browser_context.h @@ -6,7 +6,7 @@ #define CONTENT_SHELL_SHELL_BROWSER_CONTEXT_H_ #include "base/compiler_specific.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 "content/public/browser/browser_context.h" |