| Index: printing/backend/cups_helper.cc
|
| diff --git a/printing/backend/cups_helper.cc b/printing/backend/cups_helper.cc
|
| index fecd18a2d729f2d80503ed649b1f3a387b9e164d..2159aaf43e6792c6490e7efdc092c7736c93a1a1 100644
|
| --- a/printing/backend/cups_helper.cc
|
| +++ b/printing/backend/cups_helper.cc
|
| @@ -8,8 +8,8 @@
|
|
|
| #include "base/file_util.h"
|
| #include "base/logging.h"
|
| -#include "base/string_number_conversions.h"
|
| -#include "base/string_util.h"
|
| +#include "base/strings/string_number_conversions.h"
|
| +#include "base/strings/string_util.h"
|
| #include "base/strings/string_split.h"
|
| #include "base/values.h"
|
| #include "googleurl/src/gurl.h"
|
|
|