From 2025d00c3fa5270a0ea10c9ec7a18cfa69007beb Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Wed, 14 Nov 2012 20:54:35 +0000 Subject: Move eintr_wrapper.h from base to base/posix Review URL: https://codereview.chromium.org/11366229 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167739 0039d316-1c4b-4281-b951-d872f2087c98 --- rlz/lib/rlz_lib_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rlz/lib') 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" -- cgit v1.1