diff options
Diffstat (limited to 'rlz/lib')
-rw-r--r-- | rlz/lib/rlz_lib_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rlz/lib/rlz_lib_test.cc b/rlz/lib/rlz_lib_test.cc index 3f5ca1f..338473b 100644 --- a/rlz/lib/rlz_lib_test.cc +++ b/rlz/lib/rlz_lib_test.cc @@ -13,7 +13,7 @@ // The "GGLA" brand is used to test the normal code flow of the code, and the // "TEST" brand is used to test the supplementary brand code code flow. -#include "base/eintr_wrapper.h" +#include "base/posix/eintr_wrapper.h" #include "base/logging.h" #include "base/memory/scoped_ptr.h" #include "testing/gmock/include/gmock/gmock.h" |