diff --git a/libcef/cef_string_list.cc b/libcef/cef_string_list.cc index 683de30bc..92a21c75d 100644 --- a/libcef/cef_string_list.cc +++ b/libcef/cef_string_list.cc @@ -2,7 +2,7 @@ // reserved. Use of this source code is governed by a BSD-style license that // can be found in the LICENSE file. -#include "include/cef_string_list.h" +#include "include/internal/cef_string_list.h" #include "base/logging.h" #include diff --git a/libcef/cef_string_map.cc b/libcef/cef_string_map.cc index 8d1dfe9d1..3b59b8ea8 100644 --- a/libcef/cef_string_map.cc +++ b/libcef/cef_string_map.cc @@ -2,7 +2,7 @@ // reserved. Use of this source code is governed by a BSD-style license that // can be found in the LICENSE file. -#include "include/cef_string_map.h" +#include "include/internal/cef_string_map.h" #include "base/logging.h" #include