Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Unified Diff: chrome/browser/chromeos/gdata/gdata_params.h

Issue 10692152: Rename gdata_parser to gdata_wapi_parser (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698