diff options
Diffstat (limited to 'content/shell/browser/shell_devtools_frontend.cc')
-rw-r--r-- | content/shell/browser/shell_devtools_frontend.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/browser/shell_devtools_frontend.cc b/content/shell/browser/shell_devtools_frontend.cc index 93f1a3a..c33a25b 100644 --- a/content/shell/browser/shell_devtools_frontend.cc +++ b/content/shell/browser/shell_devtools_frontend.cc @@ -21,7 +21,7 @@ #include "content/shell/browser/shell_content_browser_client.h" #include "content/shell/browser/shell_devtools_delegate.h" #include "content/shell/common/shell_switches.h" -#include "net/base/net_util.h" +#include "net/base/filename_util.h" namespace content { |