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

Unified Diff: chrome/browser/chromeos/drive/drive_sync_client_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_sync_client_unittest.cc
diff --git a/chrome/browser/chromeos/drive/drive_sync_client_unittest.cc b/chrome/browser/chromeos/drive/drive_sync_client_unittest.cc
index 13a0d158729c1c1aa2b83c5f0c21a30b033579b0..c3e1bd0422fe1d0938cbb4a06ae916266e19abbd 100644
--- a/chrome/browser/chromeos/drive/drive_sync_client_unittest.cc
+++ b/chrome/browser/chromeos/drive/drive_sync_client_unittest.cc
@@ -34,7 +34,7 @@ using ::testing::Return;
using ::testing::StrictMock;
using ::testing::_;
-namespace gdata {
+namespace drive {
namespace {
@@ -102,7 +102,7 @@ class DriveSyncClientTest : public testing::Test {
// client registers itself as observer of NetworkLibrary.
sync_client_.reset();
cache_->DestroyOnUIThread();
- test_util::RunBlockingPoolTask();
+ gdata::test_util::RunBlockingPoolTask();
mock_network_change_notifier_.reset();
}
@@ -285,7 +285,7 @@ TEST_F(DriveSyncClientTest, StartInitialScan) {
// Start processing the files in the backlog. This will collect the
// resource IDs of these files.
sync_client_->StartProcessingBacklog();
- test_util::RunBlockingPoolTask();
+ gdata::test_util::RunBlockingPoolTask();
ASSERT_TRUE(success);
// Check the contents of the queue for fetching.
@@ -545,7 +545,7 @@ TEST_F(DriveSyncClientTest, ExistingPinnedFiles) {
// Start checking the existing pinned files. This will collect the resource
// IDs of pinned files, with stale local cache files.
sync_client_->StartCheckingExistingPinnedFiles();
- test_util::RunBlockingPoolTask();
+ gdata::test_util::RunBlockingPoolTask();
ASSERT_TRUE(initialization_success);
// Check the contents of the queue for fetching.
@@ -560,4 +560,4 @@ TEST_F(DriveSyncClientTest, ExistingPinnedFiles) {
ASSERT_TRUE(resource_ids.empty());
}
-} // namespace gdata
+} // namespace drive
« no previous file with comments | « chrome/browser/chromeos/drive/drive_sync_client.cc ('k') | chrome/browser/chromeos/drive/drive_system_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698