| Index: runtime/bin/directory.h
|
| diff --git a/runtime/bin/directory.h b/runtime/bin/directory.h
|
| index 6bd33b088c2346e979ec6a9a37d373dbaeff0a61..8c61bb61e86b6726a6f17fd6c8dc3ae4153ccd93 100644
|
| --- a/runtime/bin/directory.h
|
| +++ b/runtime/bin/directory.h
|
| @@ -23,7 +23,7 @@ class DirectoryListing {
|
| : response_port_(response_port) {}
|
| bool HandleDirectory(char* dir_name);
|
| bool HandleFile(char* file_name);
|
| - bool HandleError(char* message);
|
| + bool HandleError(const char* dir_name);
|
|
|
| private:
|
| CObjectArray* NewResponse(Response response, char* arg);
|
|
|