Chromium Code Reviews| Index: chrome/browser/chromeos/gdata/gdata_params.h |
| diff --git a/chrome/browser/chromeos/gdata/gdata_params.h b/chrome/browser/chromeos/gdata/gdata_params.h |
| index d3b44e61f01dcf5fc6782169ddef4ca3a7dc06c6..3792df375b2677cfc39aa474c7ea09bb471598f7 100644 |
| --- a/chrome/browser/chromeos/gdata/gdata_params.h |
| +++ b/chrome/browser/chromeos/gdata/gdata_params.h |
| @@ -17,10 +17,10 @@ |
| #include "base/memory/weak_ptr.h" |
| #include "base/platform_file.h" |
| #include "base/values.h" |
| -#include "chrome/browser/chromeos/gdata/gdata_parser.h" |
| #include "chrome/browser/chromeos/gdata/gdata_upload_file_info.h" |
| -#include "net/base/io_buffer.h" |
| +#include "chrome/browser/chromeos/gdata/gdata_wapi_parser.h" |
|
hashimoto
2012/07/11 06:03:08
Is this include needed?
kochi
2012/07/11 06:26:32
Removed.
(instead, we had to include it in gdata_
|
| #include "googleurl/src/gurl.h" |
| +#include "net/base/io_buffer.h" |
| namespace gdata { |