diff options
Diffstat (limited to 'content/test/content_browser_test_utils.cc')
-rw-r--r-- | content/test/content_browser_test_utils.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/test/content_browser_test_utils.cc b/content/test/content_browser_test_utils.cc index b1c2e51..c67050c 100644 --- a/content/test/content_browser_test_utils.cc +++ b/content/test/content_browser_test_utils.cc @@ -5,7 +5,7 @@ #include "content/test/content_browser_test_utils.h" #include "base/bind.h" -#include "base/file_path.h" +#include "base/files/file_path.h" #include "base/path_service.h" #include "base/run_loop.h" #include "content/public/browser/navigation_controller.h" |