| Index: components/nacl/browser/pnacl_translation_cache.cc
|
| diff --git a/components/nacl/browser/pnacl_translation_cache.cc b/components/nacl/browser/pnacl_translation_cache.cc
|
| index 1ccce9c0dff9ea3b44bb1ce00ed6d11ab620825f..29cd824673586b92a92f72b5f027f9abd7e063d3 100644
|
| --- a/components/nacl/browser/pnacl_translation_cache.cc
|
| +++ b/components/nacl/browser/pnacl_translation_cache.cc
|
| @@ -4,11 +4,14 @@
|
|
|
| #include "components/nacl/browser/pnacl_translation_cache.h"
|
|
|
| +#include <string.h>
|
| +
|
| #include <string>
|
|
|
| #include "base/callback.h"
|
| #include "base/files/file_path.h"
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/strings/string_number_conversions.h"
|
| #include "base/threading/thread_checker.h"
|
| #include "components/nacl/common/pnacl_types.h"
|
|
|