diff options
Diffstat (limited to 'chrome/installer/util/installer_state.h')
-rw-r--r-- | chrome/installer/util/installer_state.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/installer/util/installer_state.h b/chrome/installer/util/installer_state.h index a3a1fe5..5f5c91a 100644 --- a/chrome/installer/util/installer_state.h +++ b/chrome/installer/util/installer_state.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 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. @@ -12,8 +12,8 @@ #include "base/basictypes.h" #include "base/file_path.h" #include "base/logging.h" -#include "base/scoped_ptr.h" -#include "base/scoped_vector.h" +#include "base/memory/scoped_ptr.h" +#include "base/memory/scoped_vector.h" #include "chrome/installer/util/browser_distribution.h" #include "chrome/installer/util/product.h" #include "chrome/installer/util/util_constants.h" |