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

Unified Diff: chrome/browser/chromeos/gdata/drive_resource_metadata_unittest.cc

Issue 10877005: Rename GDataCache* to DriveCache* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase. 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
« no previous file with comments | « chrome/browser/chromeos/gdata/drive_cache_unittest.cc ('k') | chrome/browser/chromeos/gdata/gdata_cache.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/gdata/drive_resource_metadata_unittest.cc
diff --git a/chrome/browser/chromeos/gdata/drive_resource_metadata_unittest.cc b/chrome/browser/chromeos/gdata/drive_resource_metadata_unittest.cc
index 681687abea284615fec83ce16248d41154499499..04ba10e746cd1179606b54de1ddf93373811ea3c 100644
--- a/chrome/browser/chromeos/gdata/drive_resource_metadata_unittest.cc
+++ b/chrome/browser/chromeos/gdata/drive_resource_metadata_unittest.cc
@@ -14,8 +14,8 @@
#include "base/threading/sequenced_worker_pool.h"
#include "base/message_loop.h"
#include "chrome/browser/chromeos/gdata/drive.pb.h"
+#include "chrome/browser/chromeos/gdata/drive_cache.h"
#include "chrome/browser/chromeos/gdata/drive_files.h"
-#include "chrome/browser/chromeos/gdata/gdata_cache.h"
#include "chrome/browser/chromeos/gdata/gdata_test_util.h"
#include "chrome/test/base/testing_profile.h"
#include "content/public/test/test_browser_thread.h"
@@ -510,7 +510,7 @@ TEST(DriveResourceMetadataTest, DBTest) {
pool->GetSequencedTaskRunner(pool->GetSequenceToken());
DriveResourceMetadata resource_metadata;
- FilePath db_path(GDataCache::GetCacheRootPath(profile.get()).
+ FilePath db_path(DriveCache::GetCacheRootPath(profile.get()).
AppendASCII("meta").AppendASCII("resource_metadata.db"));
// InitFromDB should fail with GDATA_FILE_ERROR_NOT_FOUND since the db
// doesn't exist.
« no previous file with comments | « chrome/browser/chromeos/gdata/drive_cache_unittest.cc ('k') | chrome/browser/chromeos/gdata/gdata_cache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698