diff options
Diffstat (limited to 'sandbox/wow_helper/service64_resolver.cc')
-rw-r--r-- | sandbox/wow_helper/service64_resolver.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/wow_helper/service64_resolver.cc b/sandbox/wow_helper/service64_resolver.cc index 2feb237..d54e0b0 100644 --- a/sandbox/wow_helper/service64_resolver.cc +++ b/sandbox/wow_helper/service64_resolver.cc @@ -1,10 +1,10 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "sandbox/wow_helper/service64_resolver.h" -#include "base/scoped_ptr.h" +#include "base/memory/scoped_ptr.h" #include "sandbox/wow_helper/target_code.h" namespace { |