| Index: cloud_print/gcp20/prototype/printer.cc
|
| diff --git a/cloud_print/gcp20/prototype/printer.cc b/cloud_print/gcp20/prototype/printer.cc
|
| index fdbdf8705e856a30eb1a663a20cd27902ee288ea..01cf062f22665c032507b7171017892334ffad1e 100644
|
| --- a/cloud_print/gcp20/prototype/printer.cc
|
| +++ b/cloud_print/gcp20/prototype/printer.cc
|
| @@ -4,15 +4,15 @@
|
|
|
| #include "cloud_print/gcp20/prototype/printer.h"
|
|
|
| -#include <algorithm>
|
| #include <limits.h>
|
| #include <stdio.h>
|
| +#include <algorithm>
|
| #include <string>
|
| #include <vector>
|
|
|
| #include "base/bind.h"
|
| #include "base/command_line.h"
|
| -#include "base/file_util.h"
|
| +#include "base/files/file_util.h"
|
| #include "base/format_macros.h"
|
| #include "base/guid.h"
|
| #include "base/json/json_reader.h"
|
|
|