Index: sandbox/win/src/top_level_dispatcher.cc |
diff --git a/sandbox/win/src/top_level_dispatcher.cc b/sandbox/win/src/top_level_dispatcher.cc |
index 19a5f05be7f2132aee8e59c4b20e45f11673d9b3..f521259a5d21be7f082ff5ac7c333ebc5ca0f72e 100644 |
--- a/sandbox/win/src/top_level_dispatcher.cc |
+++ b/sandbox/win/src/top_level_dispatcher.cc |
@@ -19,12 +19,12 @@ |
#include "sandbox/win/src/process_mitigations_win32k_dispatcher.h" |
#include "sandbox/win/src/process_thread_dispatcher.h" |
#include "sandbox/win/src/registry_dispatcher.h" |
-#include "sandbox/win/src/sandbox_policy_base.h" |
+#include "sandbox/win/src/sandbox_policy.h" |
#include "sandbox/win/src/sync_dispatcher.h" |
namespace sandbox { |
-TopLevelDispatcher::TopLevelDispatcher(PolicyBase* policy) : policy_(policy) { |
+TopLevelDispatcher::TopLevelDispatcher(TargetPolicy* policy) : policy_(policy) { |
// Initialize the IPC dispatcher array. |
memset(ipc_targets_, 0, sizeof(ipc_targets_)); |
Dispatcher* dispatcher; |