| Index: sandbox/linux/services/credentials.cc
|
| diff --git a/sandbox/linux/services/credentials.cc b/sandbox/linux/services/credentials.cc
|
| index 21214c3a2fe14c811ae9c6be410bcd3866480198..8077c68d4d45c4801615f2ea025b256b32417425 100644
|
| --- a/sandbox/linux/services/credentials.cc
|
| +++ b/sandbox/linux/services/credentials.cc
|
| @@ -56,7 +56,7 @@ struct FILECloser {
|
| }
|
| };
|
|
|
| -// Don't use ScopedFILE in base/file_util.h since it doesn't check fclose().
|
| +// Don't use ScopedFILE in base since it doesn't check fclose().
|
| // TODO(jln): fix base/.
|
| typedef scoped_ptr<FILE, FILECloser> ScopedFILE;
|
|
|
|
|