diff options
Diffstat (limited to 'content/renderer/webplugin_delegate_proxy.h')
-rw-r--r-- | content/renderer/webplugin_delegate_proxy.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/content/renderer/webplugin_delegate_proxy.h b/content/renderer/webplugin_delegate_proxy.h index ddfebcc..043e639 100644 --- a/content/renderer/webplugin_delegate_proxy.h +++ b/content/renderer/webplugin_delegate_proxy.h @@ -9,9 +9,9 @@ #include <string> #include <vector> -#include "base/ref_counted.h" -#include "base/scoped_ptr.h" -#include "base/weak_ptr.h" +#include "base/memory/ref_counted.h" +#include "base/memory/scoped_ptr.h" +#include "base/memory/weak_ptr.h" #include "googleurl/src/gurl.h" #include "ipc/ipc_channel.h" #include "ipc/ipc_message.h" @@ -23,7 +23,7 @@ #if defined(OS_MACOSX) #include "base/hash_tables.h" -#include "base/linked_ptr.h" +#include "base/memory/linked_ptr.h" #endif struct NPObject; |