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

Unified Diff: chrome/browser/chromeos/drive/mock_drive_file_system.cc

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/mock_drive_file_system.cc
diff --git a/chrome/browser/chromeos/drive/mock_drive_file_system.cc b/chrome/browser/chromeos/drive/mock_drive_file_system.cc
index 9c0070b9f5161157c3a498975a4e2c4f6491dde9..17ea163890d51f9aa3969d22c7bee8e37737cbce 100644
--- a/chrome/browser/chromeos/drive/mock_drive_file_system.cc
+++ b/chrome/browser/chromeos/drive/mock_drive_file_system.cc
@@ -4,7 +4,7 @@
#include "chrome/browser/chromeos/drive/mock_drive_file_system.h"
-namespace gdata {
+namespace drive {
MockDriveFileSystem::MockDriveFileSystem() {
}
@@ -12,4 +12,4 @@ MockDriveFileSystem::MockDriveFileSystem() {
MockDriveFileSystem::~MockDriveFileSystem() {
}
-} // namespace gdata
+} // namespace drive
« no previous file with comments | « chrome/browser/chromeos/drive/mock_drive_file_system.h ('k') | chrome/browser/chromeos/drive/mock_drive_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698