diff options
Diffstat (limited to 'chrome/browser/chromeos/cros/native_network_parser.cc')
-rw-r--r-- | chrome/browser/chromeos/cros/native_network_parser.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/chromeos/cros/native_network_parser.cc b/chrome/browser/chromeos/cros/native_network_parser.cc index 72ba9f3..4a7637e 100644 --- a/chrome/browser/chromeos/cros/native_network_parser.cc +++ b/chrome/browser/chromeos/cros/native_network_parser.cc @@ -6,8 +6,8 @@ #include <string> -#include "base/stringprintf.h" -#include "base/string_util.h" +#include "base/strings/string_util.h" +#include "base/strings/stringprintf.h" #include "base/values.h" #include "chrome/browser/chromeos/cros/native_network_constants.h" #include "chrome/browser/chromeos/cros/network_library.h" |