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

Unified Diff: chrome/browser/chromeos/drive/drive_file_system_util_unittest.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/drive_file_system_util_unittest.cc
diff --git a/chrome/browser/chromeos/drive/drive_file_system_util_unittest.cc b/chrome/browser/chromeos/drive/drive_file_system_util_unittest.cc
index 99a396a58b311a1812d474ac5d1201a53710c2e9..73baf0e87c2d393857140f52d0d07420da4df1a6 100644
--- a/chrome/browser/chromeos/drive/drive_file_system_util_unittest.cc
+++ b/chrome/browser/chromeos/drive/drive_file_system_util_unittest.cc
@@ -7,7 +7,7 @@
#include "base/file_path.h"
#include "testing/gtest/include/gtest/gtest.h"
-namespace gdata {
+namespace drive {
namespace util {
TEST(DriveFileSystemUtilTest, IsUnderDriveMountPoint) {
@@ -111,4 +111,4 @@ TEST(DriveFileSystemUtilTest, ParseCacheFilePath) {
}
} // namespace util
-} // namespace gdata
+} // namespace drive
« no previous file with comments | « chrome/browser/chromeos/drive/drive_file_system_util.cc ('k') | chrome/browser/chromeos/drive/drive_files.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698