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

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

Issue 10441086: Very minor typo fixes for GData/FileAPI code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 7 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/gdata_file_system.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 308e5a768e4f1e4d1b04c881d7424c1a067b86e6..766677c1a7dc5f66cac5c4dfa506b4bf4e9b2c4e 100644
--- a/chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc
+++ b/chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc
@@ -133,7 +133,7 @@ void ContentSearchCallback(MessageLoop* message_loop,
ASSERT_TRUE(dir_proto.get());
// Search feed contains 2 entries. One file (SubDirectory File 1.txt) and one
- // directory (Directory 1). Entries generated from the fedd should have names
+ // directory (Directory 1). Entries generated from the feed should have names
// in format resource_id.actual_file_name.
ASSERT_EQ(1, dir_proto->child_files_size());
EXPECT_EQ("file:2_file_resouce_id.SubDirectory File 1.txt",
@@ -146,7 +146,7 @@ void ContentSearchCallback(MessageLoop* message_loop,
message_loop->Quit();
}
-// Action used to set mock expecteations for GetDocuments.
+// Action used to set mock expectations for GetDocuments.
ACTION_P2(MockGetDocumentEntryCallback, status, value) {
base::MessageLoopProxy::current()->PostTask(FROM_HERE,
base::Bind(arg1, status, base::Passed(value)));
@@ -3466,7 +3466,7 @@ TEST_F(GDataFileSystemTest, ContentSearch_MoveToGData) {
Eq(GURL("https://dir1_file_link_self/file:2_file_resouce_id")), _))
.Times(1);
- // Statr the test.
+ // Start the test.
FilePath source_path_search(FILE_PATH_LITERAL(
"drive/.search/foo/folder:1_folder_resource_id.Directory 1/"
"SubDirectory File 1.txt"));
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_file_system.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698