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

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

Issue 10873005: Rename GDataDirectoryService to DriveResourceMetadata (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: DriveDirectoryService to DriveResourceMetadata 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_file_system_interface.h
diff --git a/chrome/browser/chromeos/gdata/gdata_file_system_interface.h b/chrome/browser/chromeos/gdata/gdata_file_system_interface.h
index 0aeb2ed284536fabc49203595e43bfd140a9b131..0953a4d8a7c16136dd1ff1e37ce05b9d9f882bfd 100644
--- a/chrome/browser/chromeos/gdata/gdata_file_system_interface.h
+++ b/chrome/browser/chromeos/gdata/gdata_file_system_interface.h
@@ -9,8 +9,8 @@
#include <vector>
#include "base/memory/scoped_ptr.h"
+#include "chrome/browser/chromeos/gdata/drive_resource_metadata.h"
achuithb 2012/08/22 09:41:06 what is this used for?
kochi 2012/08/22 10:04:56 This source uses "enum DriveFileType". Maybe we ca
achuithb 2012/08/22 21:23:20 Maybe we can move the typedefs and the enum to a s
#include "chrome/browser/chromeos/gdata/gdata_cache.h"
-#include "chrome/browser/chromeos/gdata/gdata_directory_service.h"
#include "chrome/browser/chromeos/gdata/gdata_operations.h"
#include "chrome/browser/chromeos/gdata/gdata_upload_file_info.h"

Powered by Google App Engine
This is Rietveld 408576698