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

Unified Diff: chrome/browser/chromeos/drive/document_entry_conversion.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
« no previous file with comments | « no previous file | chrome/browser/chromeos/drive/document_entry_conversion.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/drive/document_entry_conversion.h
diff --git a/chrome/browser/chromeos/drive/document_entry_conversion.h b/chrome/browser/chromeos/drive/document_entry_conversion.h
index 992764b69a8b717590df1060c61e2f3446f61036..e378f2f22413059b2484d5befe162a42a10b417a 100644
--- a/chrome/browser/chromeos/drive/document_entry_conversion.h
+++ b/chrome/browser/chromeos/drive/document_entry_conversion.h
@@ -12,14 +12,17 @@
class GURL;
namespace gdata {
-
class DocumentEntry;
+}
+
+namespace drive {
+
class DriveEntryProto;
-// Converts a DocumentEntry into a DriveEntryProto.
+// Converts a gdata::DocumentEntry into a DriveEntryProto.
DriveEntryProto ConvertDocumentEntryToDriveEntryProto(
- const DocumentEntry& document_entry);
+ const gdata::DocumentEntry& document_entry);
-} // namespace gdata
+} // namespace drive
#endif // CHROME_BROWSER_CHROMEOS_DRIVE_DOCUMENT_ENTRY_CONVERSION_H_
« no previous file with comments | « no previous file | chrome/browser/chromeos/drive/document_entry_conversion.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698