diff options
Diffstat (limited to 'chrome/service/service_process.h')
-rw-r--r-- | chrome/service/service_process.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/service/service_process.h b/chrome/service/service_process.h index 759a48e..f82cda5 100644 --- a/chrome/service/service_process.h +++ b/chrome/service/service_process.h @@ -9,8 +9,8 @@ #include <string> #include "base/gtest_prod_util.h" -#include "base/ref_counted.h" -#include "base/scoped_ptr.h" +#include "base/memory/ref_counted.h" +#include "base/memory/scoped_ptr.h" #include "base/threading/thread.h" #include "base/synchronization/waitable_event.h" #include "chrome/service/cloud_print/cloud_print_proxy.h" |