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

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

Issue 10829118: gdata: Move GDataWapiFeedParser to a set of new files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix clang build for sure... 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/gdata/gdata_file_system.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/gdata/gdata_file_system.h
diff --git a/chrome/browser/chromeos/gdata/gdata_file_system.h b/chrome/browser/chromeos/gdata/gdata_file_system.h
index 705dacc290db531b8765b3c1cc2e81633f9cb1c0..f4d3719f2427db4e315f8a52d6f910fb2ec5d5e8 100644
--- a/chrome/browser/chromeos/gdata/gdata_file_system.h
+++ b/chrome/browser/chromeos/gdata/gdata_file_system.h
@@ -19,6 +19,7 @@
#include "chrome/browser/chromeos/gdata/gdata_file_system_interface.h"
#include "chrome/browser/chromeos/gdata/gdata_errorcode.h"
#include "chrome/browser/chromeos/gdata/gdata_files.h"
+#include "chrome/browser/chromeos/gdata/gdata_wapi_feed_processor.h"
#include "chrome/browser/prefs/pref_change_registrar.h"
#include "content/public/browser/notification_observer.h"
@@ -38,10 +39,6 @@ namespace {
struct LoadRootFeedParams;
} // namespace
-// TODO(satorux): Move this into a new file. crbug.com/130669
-typedef std::map<std::string /* resource_id */, GDataEntry*>
- FileResourceIdMap;
-
// The production implementation of GDataFileSystemInterface.
class GDataFileSystem : public GDataFileSystemInterface,
public content::NotificationObserver {
@@ -799,7 +796,8 @@ class GDataFileSystem : public GDataFileSystemInterface,
const FilePath& file_path);
void OnRequestDirectoryRefresh(GetDocumentsParams* params,
GDataFileError error);
- void RequestDirectoryRefreshByEntry(const FilePath& directory_path,
+ void RequestDirectoryRefreshByEntry(
+ const FilePath& directory_path,
const std::string& directory_resource_id,
const FileResourceIdMap& file_map,
GDataEntry* directory_entry);
« no previous file with comments | « no previous file | chrome/browser/chromeos/gdata/gdata_file_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698