diff options
Diffstat (limited to 'content/common/handle_enumerator_win.cc')
-rw-r--r-- | content/common/handle_enumerator_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/handle_enumerator_win.cc b/content/common/handle_enumerator_win.cc index c95ac10..e3985af 100644 --- a/content/common/handle_enumerator_win.cc +++ b/content/common/handle_enumerator_win.cc @@ -13,8 +13,8 @@ #include "base/process_util.h" #include "base/utf_string_conversions.h" #include "base/win/windows_version.h" -#include "content/common/content_switches.h" #include "content/common/result_codes.h" +#include "content/public/common/content_switches.h" #include "sandbox/src/handle_table.h" namespace { |