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

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

Issue 10836275: Fix gdata includes. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Fix gdata includes. Created 8 years, 4 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_wapi_feed_loader.h
===================================================================
--- chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.h (revision 151830)
+++ chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.h (working copy)
@@ -11,9 +11,16 @@
#include "chrome/browser/chromeos/gdata/gdata_directory_service.h"
#include "chrome/browser/chromeos/gdata/gdata_errorcode.h"
+class GURL;
+
+namespace base {
+class Value;
+}
+
namespace gdata {
class DriveWebAppsRegistryInterface;
+class DocumentFeed;
class DocumentsServiceInterface;
class GDataCache;
struct GetDocumentsUiState;
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_uploader.cc ('k') | chrome/browser/chromeos/gdata/gdata_wapi_feed_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698