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; |