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

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

Issue 10874028: Rename GDataFileSystem* to DriveFileSystem* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase. 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/file_write_helper.h
diff --git a/chrome/browser/chromeos/gdata/file_write_helper.h b/chrome/browser/chromeos/gdata/file_write_helper.h
index c5dca70cb2500357636cd7c79a5fd98862d115ee..09e11f47c279dc0cbbfe5d75eaa10e7b1781c215 100644
--- a/chrome/browser/chromeos/gdata/file_write_helper.h
+++ b/chrome/browser/chromeos/gdata/file_write_helper.h
@@ -8,16 +8,16 @@
#include "base/bind.h"
#include "base/file_path.h"
#include "base/memory/weak_ptr.h"
+#include "chrome/browser/chromeos/gdata/drive_file_system_interface.h"
#include "chrome/browser/chromeos/gdata/gdata_errorcode.h"
-#include "chrome/browser/chromeos/gdata/gdata_file_system_interface.h"
namespace gdata {
-// This class provides higher level operations for writing to GData files over
-// GDataFileSystemInterface.
+// This class provides higher level operations for writing to Drive files over
+// DriveFileSystemInterface.
class FileWriteHelper {
public:
- explicit FileWriteHelper(GDataFileSystemInterface* file_system);
+ explicit FileWriteHelper(DriveFileSystemInterface* file_system);
~FileWriteHelper();
// Prepares a local temporary file path and passes it to |callback| on the
@@ -45,7 +45,7 @@ class FileWriteHelper {
void PrepareWritableFileAndRunAfterCallback(const FilePath& file_path);
// File system owned by GDataSystemService.
- GDataFileSystemInterface* file_system_;
+ DriveFileSystemInterface* file_system_;
// WeakPtrFactory bound to the UI thread.
// Note: This should remain the last member so it'll be destroyed and
« no previous file with comments | « chrome/browser/chromeos/gdata/drive_webapps_registry.cc ('k') | chrome/browser/chromeos/gdata/file_write_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698