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

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

Issue 10829233: Remove gdata:: from gdata_file_system_proxy.cc and .h (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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_proxy.h
diff --git a/chrome/browser/chromeos/gdata/gdata_file_system_proxy.h b/chrome/browser/chromeos/gdata/gdata_file_system_proxy.h
index f3fb3f734391ea978ead473c86b8d9b83bf0e945..c1a90cee859259ab4ea7fc33fab402460c528c62 100644
--- a/chrome/browser/chromeos/gdata/gdata_file_system_proxy.h
+++ b/chrome/browser/chromeos/gdata/gdata_file_system_proxy.h
@@ -94,7 +94,7 @@ class GDataFileSystemProxy : public fileapi::RemoteFileSystemProxyInterface {
// calling thread.
void OnStatusCallback(
const fileapi::FileSystemOperationInterface::StatusCallback& callback,
- gdata::GDataFileError error);
+ GDataFileError error);
// Helper callback for relaying reply for metadata retrieval request to the
// calling thread.
@@ -103,7 +103,7 @@ class GDataFileSystemProxy : public fileapi::RemoteFileSystemProxyInterface {
const fileapi::FileSystemOperationInterface::GetMetadataCallback&
callback,
GDataFileError error,
- scoped_ptr<gdata::GDataEntryProto> entry_proto);
+ scoped_ptr<GDataEntryProto> entry_proto);
// Helper callback for relaying reply for GetEntryInfoByPath() to the
// calling thread.
@@ -120,7 +120,7 @@ class GDataFileSystemProxy : public fileapi::RemoteFileSystemProxyInterface {
const fileapi::FileSystemOperationInterface::ReadDirectoryCallback&
callback,
GDataFileError error,
- scoped_ptr<gdata::GDataEntryProtoVector> proto_entries);
+ scoped_ptr<GDataEntryProtoVector> proto_entries);
// Helper callback for relaying reply for CreateWritableSnapshotFile() to
// the calling thread.

Powered by Google App Engine
This is Rietveld 408576698