| Index: chrome_frame/test/test_server.h
|
| diff --git a/chrome_frame/test/test_server.h b/chrome_frame/test/test_server.h
|
| index 48fd4b7e85f4e96d4c36481a08efbef408c660b2..d4f9281879a71295e8278bc64b096702f6104300 100644
|
| --- a/chrome_frame/test/test_server.h
|
| +++ b/chrome_frame/test/test_server.h
|
| @@ -39,7 +39,8 @@
|
| #include <string>
|
|
|
| #include "base/basictypes.h"
|
| -#include "base/file_util.h"
|
| +#include "base/file_path.h"
|
| +#include "base/files/memory_mapped_file.h"
|
| #include "base/message_loop.h"
|
| #include "net/base/stream_listen_socket.h"
|
|
|
| @@ -251,7 +252,7 @@ class FileResponse : public ResponseForPath {
|
|
|
| protected:
|
| base::FilePath file_path_;
|
| - mutable scoped_ptr<file_util::MemoryMappedFile> file_;
|
| + mutable scoped_ptr<base::MemoryMappedFile> file_;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(FileResponse);
|
|
|