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

Unified Diff: chrome/browser/chromeos/drive/drive_protocol_handler.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_protocol_handler.h
diff --git a/chrome/browser/chromeos/drive/drive_protocol_handler.h b/chrome/browser/chromeos/drive/drive_protocol_handler.h
index 31d71d771c0497305a22e82379507908f763f6ed..4fed4747e2824c0b74d3466323544e8718db0b48 100644
--- a/chrome/browser/chromeos/drive/drive_protocol_handler.h
+++ b/chrome/browser/chromeos/drive/drive_protocol_handler.h
@@ -7,7 +7,7 @@
#include "net/url_request/url_request_job_factory.h"
-namespace gdata {
+namespace drive {
class DriveProtocolHandler : public net::URLRequestJobFactory::ProtocolHandler {
public:
@@ -19,6 +19,6 @@ class DriveProtocolHandler : public net::URLRequestJobFactory::ProtocolHandler {
net::NetworkDelegate* network_delegate) const OVERRIDE;
};
-} // namespace gdata
+} // namespace drive
#endif // CHROME_BROWSER_CHROMEOS_DRIVE_DRIVE_PROTOCOL_HANDLER_H_
« no previous file with comments | « chrome/browser/chromeos/drive/drive_files.cc ('k') | chrome/browser/chromeos/drive/drive_protocol_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698