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

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

Issue 10832233: gdata: Fix bad function names in GDataFileSystem (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc
diff --git a/chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc b/chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc
index ada502e64974a07f37bf830803121ad41f572ee6..31db1ca07b11f3034aad7d5c8b21fbf75afb4596 100644
--- a/chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc
+++ b/chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc
@@ -336,7 +336,7 @@ class GDataFileSystemTest : public testing::Test {
}
bool RemoveEntry(const FilePath& file_path) {
- return file_system_->RemoveEntryFromFileSystem(file_path) ==
+ return file_system_->RemoveEntryOnClientSide(file_path) ==
GDATA_FILE_OK;
}

Powered by Google App Engine
This is Rietveld 408576698