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

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

Issue 14626003: drive: Rename DriveFileSystemMetadata to FileSystemMetadata (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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/drive/drive_file_system_interface.h
diff --git a/chrome/browser/chromeos/drive/drive_file_system_interface.h b/chrome/browser/chromeos/drive/drive_file_system_interface.h
index 8984115b03653255640920451b73f1b8d5d96dcb..361afe0470748d576ba9789dcfc5687a6a4e618a 100644
--- a/chrome/browser/chromeos/drive/drive_file_system_interface.h
+++ b/chrome/browser/chromeos/drive/drive_file_system_interface.h
@@ -11,7 +11,7 @@
#include "base/memory/scoped_ptr.h"
#include "chrome/browser/chromeos/drive/drive.pb.h"
#include "chrome/browser/chromeos/drive/drive_cache.h"
-#include "chrome/browser/chromeos/drive/drive_file_system_metadata.h"
+#include "chrome/browser/chromeos/drive/file_system_metadata.h"
#include "chrome/browser/chromeos/drive/resource_metadata.h"
#include "chrome/browser/google_apis/gdata_wapi_operations.h"
@@ -121,7 +121,7 @@ typedef base::Callback<void(FileError error,
int64 bytes_used)> GetAvailableSpaceCallback;
// Used to get drive filesystem metadata.
hashimoto 2013/04/30 08:07:22 nit: Remove 'drive' here too?
satorux1 2013/04/30 08:13:49 Done.
-typedef base::Callback<void(const DriveFileSystemMetadata&)>
+typedef base::Callback<void(const FileSystemMetadata&)>
GetFilesystemMetadataCallback;
// Priority of a job. Higher values are lower priority.

Powered by Google App Engine
This is Rietveld 408576698