| 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 e188d11af343ff25989391b8857fe6840f68d8ae..efe0d832989a1eef9d7653f04f991981c7efc58f 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 {
|
|
|