diff options
Diffstat (limited to 'content/plugin')
-rw-r--r-- | content/plugin/npobject_proxy.h | 4 | ||||
-rw-r--r-- | content/plugin/npobject_stub.h | 6 | ||||
-rw-r--r-- | content/plugin/plugin_channel.h | 6 | ||||
-rw-r--r-- | content/plugin/plugin_channel_base.h | 6 | ||||
-rw-r--r-- | content/plugin/plugin_main_mac.mm | 4 | ||||
-rw-r--r-- | content/plugin/webplugin_delegate_stub.cc | 2 | ||||
-rw-r--r-- | content/plugin/webplugin_delegate_stub.h | 4 | ||||
-rw-r--r-- | content/plugin/webplugin_proxy.cc | 2 | ||||
-rw-r--r-- | content/plugin/webplugin_proxy.h | 6 |
9 files changed, 20 insertions, 20 deletions
diff --git a/content/plugin/npobject_proxy.h b/content/plugin/npobject_proxy.h index 39996de..68bca78 100644 --- a/content/plugin/npobject_proxy.h +++ b/content/plugin/npobject_proxy.h @@ -1,4 +1,4 @@ -// 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. // @@ -9,7 +9,7 @@ #define CONTENT_PLUGIN_NPOBJECT_PROXY_H_ #pragma once -#include "base/ref_counted.h" +#include "base/memory/ref_counted.h" #include "content/plugin/npobject_base.h" #include "googleurl/src/gurl.h" #include "ipc/ipc_channel.h" diff --git a/content/plugin/npobject_stub.h b/content/plugin/npobject_stub.h index a7637d66..46e1bc1 100644 --- a/content/plugin/npobject_stub.h +++ b/content/plugin/npobject_stub.h @@ -1,4 +1,4 @@ -// 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. // @@ -11,8 +11,8 @@ #include <vector> -#include "base/ref_counted.h" -#include "base/weak_ptr.h" +#include "base/memory/ref_counted.h" +#include "base/memory/weak_ptr.h" #include "content/plugin/npobject_base.h" #include "googleurl/src/gurl.h" #include "ipc/ipc_channel.h" diff --git a/content/plugin/plugin_channel.h b/content/plugin/plugin_channel.h index 6b1d278..f3c50fc 100644 --- a/content/plugin/plugin_channel.h +++ b/content/plugin/plugin_channel.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. @@ -7,8 +7,8 @@ #pragma once #include <vector> -#include "base/ref_counted.h" -#include "base/scoped_handle.h" +#include "base/memory/ref_counted.h" +#include "base/memory/scoped_handle.h" #include "build/build_config.h" #include "content/plugin/plugin_channel_base.h" #include "content/plugin/webplugin_delegate_stub.h" diff --git a/content/plugin/plugin_channel_base.h b/content/plugin/plugin_channel_base.h index 8d3cbc5..7062904f 100644 --- a/content/plugin/plugin_channel_base.h +++ b/content/plugin/plugin_channel_base.h @@ -1,4 +1,4 @@ -// 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. @@ -10,9 +10,9 @@ #include "base/basictypes.h" #include "base/hash_tables.h" +#include "base/memory/ref_counted.h" +#include "base/memory/scoped_ptr.h" #include "base/message_loop.h" -#include "base/ref_counted.h" -#include "base/scoped_ptr.h" #include "content/common/message_router.h" #include "content/plugin/npobject_base.h" #include "ipc/ipc_channel_handle.h" diff --git a/content/plugin/plugin_main_mac.mm b/content/plugin/plugin_main_mac.mm index 15f230c..c5a3cc3 100644 --- a/content/plugin/plugin_main_mac.mm +++ b/content/plugin/plugin_main_mac.mm @@ -1,9 +1,9 @@ -// 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. #include "base/environment.h" -#include "base/scoped_ptr.h" +#include "base/memory/scoped_ptr.h" #include "base/string_util.h" #include "content/common/chrome_application_mac.h" #include "content/common/plugin_carbon_interpose_constants_mac.h" diff --git a/content/plugin/webplugin_delegate_stub.cc b/content/plugin/webplugin_delegate_stub.cc index 76b4c23..3b1e680 100644 --- a/content/plugin/webplugin_delegate_stub.cc +++ b/content/plugin/webplugin_delegate_stub.cc @@ -23,7 +23,7 @@ #include "webkit/glue/webcursor.h" #if defined(OS_WIN) -#include "base/scoped_ptr.h" +#include "base/memory/scoped_ptr.h" #include "printing/native_metafile_factory.h" #include "printing/native_metafile.h" #endif // defined(OS_WIN) diff --git a/content/plugin/webplugin_delegate_stub.h b/content/plugin/webplugin_delegate_stub.h index 74fd5bd..48442fa 100644 --- a/content/plugin/webplugin_delegate_stub.h +++ b/content/plugin/webplugin_delegate_stub.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. @@ -9,7 +9,7 @@ #include <string> #include <vector> -#include "base/ref_counted.h" +#include "base/memory/ref_counted.h" #include "base/shared_memory.h" #include "base/task.h" #include "googleurl/src/gurl.h" diff --git a/content/plugin/webplugin_proxy.cc b/content/plugin/webplugin_proxy.cc index 108d455..5006b6c 100644 --- a/content/plugin/webplugin_proxy.cc +++ b/content/plugin/webplugin_proxy.cc @@ -7,7 +7,7 @@ #include "build/build_config.h" #include "base/lazy_instance.h" -#include "base/scoped_handle.h" +#include "base/memory/scoped_handle.h" #include "base/shared_memory.h" #include "build/build_config.h" #include "content/common/content_client.h" diff --git a/content/plugin/webplugin_proxy.h b/content/plugin/webplugin_proxy.h index 9f891a2..47f3ab2 100644 --- a/content/plugin/webplugin_proxy.h +++ b/content/plugin/webplugin_proxy.h @@ -9,12 +9,12 @@ #include <string> #include "base/hash_tables.h" -#include "base/ref_counted.h" +#include "base/memory/ref_counted.h" #if defined(OS_MACOSX) #include "base/mac/scoped_cftyperef.h" #endif -#include "base/scoped_handle.h" -#include "base/scoped_ptr.h" +#include "base/memory/scoped_handle.h" +#include "base/memory/scoped_ptr.h" #include "base/shared_memory.h" #include "base/timer.h" #include "googleurl/src/gurl.h" |