| Index: chrome/browser/chromeos/gdata/gdata_files.cc
|
| diff --git a/chrome/browser/chromeos/gdata/gdata_files.cc b/chrome/browser/chromeos/gdata/gdata_files.cc
|
| index efe657cccce69da6faed8da9201f66bb60581d7c..96c459d2e2f4874c7c319def83da53f36494e0d2 100644
|
| --- a/chrome/browser/chromeos/gdata/gdata_files.cc
|
| +++ b/chrome/browser/chromeos/gdata/gdata_files.cc
|
| @@ -6,13 +6,13 @@
|
|
|
| #include <vector>
|
|
|
| -#include "base/utf_string_conversions.h"
|
| #include "base/platform_file.h"
|
| -#include "base/stringprintf.h"
|
| #include "base/string_util.h"
|
| +#include "base/stringprintf.h"
|
| +#include "base/utf_string_conversions.h"
|
| #include "chrome/browser/chromeos/gdata/gdata.pb.h"
|
| -#include "chrome/browser/chromeos/gdata/gdata_parser.h"
|
| #include "chrome/browser/chromeos/gdata/gdata_util.h"
|
| +#include "chrome/browser/chromeos/gdata/gdata_wapi_parser.h"
|
| #include "net/base/escape.h"
|
|
|
| namespace gdata {
|
|
|