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

Unified Diff: chrome/browser/chromeos/drive/change_list_loader.h

Issue 23258006: drive: Move RefreshDirectory from ResourceMetadata to ChangeListLoader (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comment fix Created 7 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/drive/change_list_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/drive/change_list_loader.h
diff --git a/chrome/browser/chromeos/drive/change_list_loader.h b/chrome/browser/chromeos/drive/change_list_loader.h
index cb12079e005f663b46b8ed2c26e4222e7b518668..307fde35c2d616ca2b7ea2cb62c11a1054ebad47 100644
--- a/chrome/browser/chromeos/drive/change_list_loader.h
+++ b/chrome/browser/chromeos/drive/change_list_loader.h
@@ -31,7 +31,6 @@ class ResourceList;
namespace drive {
-class DirectoryFetchInfo;
class JobScheduler;
class ResourceEntry;
@@ -40,6 +39,7 @@ namespace internal {
class ChangeList;
class ChangeListLoaderObserver;
class ChangeListProcessor;
+class DirectoryFetchInfo;
class ResourceMetadata;
// Callback run as a response to SearchFromServer.
@@ -210,8 +210,8 @@ class ChangeListLoader {
void DoLoadDirectoryFromServerAfterRefresh(
const DirectoryFetchInfo& directory_fetch_info,
const FileOperationCallback& callback,
- FileError error,
- const base::FilePath& directory_path);
+ const base::FilePath* directory_path,
+ FileError error);
// ================= Implementation for other stuff =================
« no previous file with comments | « no previous file | chrome/browser/chromeos/drive/change_list_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698