| Index: chrome/browser/chromeos/gdata/gdata_files.h
|
| diff --git a/chrome/browser/chromeos/gdata/gdata_files.h b/chrome/browser/chromeos/gdata/gdata_files.h
|
| index d30c1df6c3a0bb8872411f32ed40196a29191c3d..88627d509520aa3e1296e24d308ebd3cad21b3f6 100644
|
| --- a/chrome/browser/chromeos/gdata/gdata_files.h
|
| +++ b/chrome/browser/chromeos/gdata/gdata_files.h
|
| @@ -336,8 +336,10 @@ class GDataDirectory : public GDataEntry {
|
| // Removes the entry from its children list and destroys the entry instance.
|
| bool RemoveEntry(GDataEntry* entry);
|
|
|
| - // Removes children elements.
|
| + // Removes child elements.
|
| void RemoveChildren();
|
| + void RemoveChildFiles();
|
| + void RemoveChildDirectories();
|
|
|
| // Last refresh time.
|
| const base::Time& refresh_time() const { return refresh_time_; }
|
|
|