| 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 b238bec41dc11e8b2370be3ebf1b140b702dbd8a..1298447ef8f890e04f0a85718146c42d9a64270c 100644
|
| --- a/chrome/browser/chromeos/gdata/gdata_files.h
|
| +++ b/chrome/browser/chromeos/gdata/gdata_files.h
|
| @@ -294,6 +294,7 @@ class GDataDirectory : public GDataEntry {
|
| // TODO(satorux): Remove the friend statements. crbug.com/139649
|
| friend class GDataDirectoryService;
|
| friend class GDataFileSystem;
|
| + friend class GDataWapiFeedProcessor;
|
|
|
| // Adds child file to the directory and takes over the ownership of |file|
|
| // object. The method will also do name de-duplication to ensure that the
|
|
|