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

Unified Diff: chrome/browser/chromeos/drive/file_system_interface.h

Issue 15843006: Random clean up in c/b/cros/drive. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: chrome/browser/chromeos/drive/file_system_interface.h
diff --git a/chrome/browser/chromeos/drive/file_system_interface.h b/chrome/browser/chromeos/drive/file_system_interface.h
index e6c766c16566ca33a36bc4d511b86ca67e702751..13c715673423ae51f15652934713e793e0ee48c2 100644
--- a/chrome/browser/chromeos/drive/file_system_interface.h
+++ b/chrome/browser/chromeos/drive/file_system_interface.h
@@ -15,10 +15,6 @@
#include "chrome/browser/chromeos/drive/resource_metadata.h"
#include "chrome/browser/google_apis/gdata_wapi_operations.h"
-namespace google_apis {
-class ResourceEntry;
-}
-
namespace drive {
class FileSystemObserver;
@@ -291,7 +287,7 @@ class FileSystemInterface {
bool is_exclusive,
const FileOperationCallback& callback) = 0;
- // Touchs the file at |file_path| by updating the timestamp to
+ // Touches the file at |file_path| by updating the timestamp to
// |last_access_time| and |last_modified_time|.
// Upon completion, invokes |callback|.
// Note that, differently from unix touch command, this doesn't create a file
« no previous file with comments | « chrome/browser/chromeos/drive/file_system/copy_operation.cc ('k') | chrome/browser/chromeos/drive/file_system_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698