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

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

Issue 11106007: drive: Rename 'gdata' namespace to 'drive' in chrome/browser/chromeos/drive (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 2 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_download_observer.h
diff --git a/chrome/browser/chromeos/drive/drive_download_observer.h b/chrome/browser/chromeos/drive/drive_download_observer.h
index 138a172110791ad4f243df65e303161b1a5f8700..36697d7e51f489db5e070472b2c85579d7d5123f 100644
--- a/chrome/browser/chromeos/drive/drive_download_observer.h
+++ b/chrome/browser/chromeos/drive/drive_download_observer.h
@@ -18,8 +18,11 @@
class Profile;
namespace gdata {
-
class DocumentEntry;
+}
+
+namespace drive {
+
class DriveEntryProto;
class DriveFileSystemInterface;
class DriveUploader;
@@ -191,7 +194,7 @@ class DriveDownloadObserver : public content::DownloadManager::Observer,
DriveFileError error,
const FilePath& drive_path,
const FilePath& file_path,
- scoped_ptr<DocumentEntry> document_entry);
+ scoped_ptr<gdata::DocumentEntry> document_entry);
// Moves the downloaded file to drive cache.
// Must be called after DriveDownloadObserver receives COMPLETE notification.
@@ -219,6 +222,6 @@ class DriveDownloadObserver : public content::DownloadManager::Observer,
DISALLOW_COPY_AND_ASSIGN(DriveDownloadObserver);
};
-} // namespace gdata
+} // namespace drive
#endif // CHROME_BROWSER_CHROMEOS_DRIVE_DRIVE_DOWNLOAD_OBSERVER_H_
« no previous file with comments | « chrome/browser/chromeos/drive/drive_cache_unittest.cc ('k') | chrome/browser/chromeos/drive/drive_download_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698