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

Unified Diff: components/drive/chromeos/change_list_loader.h

Issue 2511973004: components: Cleanup class/struct fwd declarations (Closed)
Patch Set: Rebase on top of current master branch Created 4 years, 1 month 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
« no previous file with comments | « components/domain_reliability/uploader.h ('k') | components/drive/chromeos/directory_loader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/drive/chromeos/change_list_loader.h
diff --git a/components/drive/chromeos/change_list_loader.h b/components/drive/chromeos/change_list_loader.h
index 514cb3a3c4a8fefe31cf4b8e30001146ae193c26..f3abf81d70de8a6b96cc3f5c5ca0a32a1f0d7b04 100644
--- a/components/drive/chromeos/change_list_loader.h
+++ b/components/drive/chromeos/change_list_loader.h
@@ -21,8 +21,6 @@
#include "google_apis/drive/drive_api_error_codes.h"
#include "google_apis/drive/drive_common_callbacks.h"
-class GURL;
-
namespace base {
class CancellationFlag;
class ScopedClosureRunner;
@@ -38,14 +36,12 @@ namespace drive {
class EventLogger;
class JobScheduler;
-class ResourceEntry;
namespace internal {
class ChangeList;
class ChangeListLoaderObserver;
class ChangeListProcessor;
-class DirectoryLoader;
class ResourceMetadata;
// Delays execution of tasks as long as more than one lock is alive.
« no previous file with comments | « components/domain_reliability/uploader.h ('k') | components/drive/chromeos/directory_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698