diff options
Diffstat (limited to 'content/renderer/navigation_state.h')
-rw-r--r-- | content/renderer/navigation_state.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/renderer/navigation_state.h b/content/renderer/navigation_state.h index 8941542..6fc06e8 100644 --- a/content/renderer/navigation_state.h +++ b/content/renderer/navigation_state.h @@ -1,4 +1,4 @@ -// Copyright (c) 2009 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. @@ -9,7 +9,7 @@ #include <string> #include "base/logging.h" -#include "base/scoped_ptr.h" +#include "base/memory/scoped_ptr.h" #include "base/time.h" #include "chrome/common/extensions/url_pattern.h" #include "content/common/page_transition_types.h" |