diff options
Diffstat (limited to 'content/browser/worker_host/test/worker_browsertest.cc')
-rw-r--r-- | content/browser/worker_host/test/worker_browsertest.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/browser/worker_host/test/worker_browsertest.cc b/content/browser/worker_host/test/worker_browsertest.cc index ca87c5d0..326e01f 100644 --- a/content/browser/worker_host/test/worker_browsertest.cc +++ b/content/browser/worker_host/test/worker_browsertest.cc @@ -17,9 +17,9 @@ #include "content/public/common/content_paths.h" #include "content/public/test/browser_test_utils.h" #include "content/public/test/test_utils.h" -#include "content/shell/shell.h" -#include "content/shell/shell_content_browser_client.h" -#include "content/shell/shell_resource_dispatcher_host_delegate.h" +#include "content/shell/browser/shell.h" +#include "content/shell/browser/shell_content_browser_client.h" +#include "content/shell/browser/shell_resource_dispatcher_host_delegate.h" #include "content/test/content_browser_test.h" #include "content/test/content_browser_test_utils.h" #include "net/base/test_data_directory.h" |