diff options
Diffstat (limited to 'content/browser/plugin_service.h')
-rw-r--r-- | content/browser/plugin_service.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/browser/plugin_service.h b/content/browser/plugin_service.h index 46e34a6..952760f 100644 --- a/content/browser/plugin_service.h +++ b/content/browser/plugin_service.h @@ -14,8 +14,8 @@ #include "base/basictypes.h" #include "base/file_path.h" #include "base/hash_tables.h" -#include "base/scoped_vector.h" -#include "base/singleton.h" +#include "base/memory/scoped_vector.h" +#include "base/memory/singleton.h" #include "base/synchronization/lock.h" #include "base/synchronization/waitable_event_watcher.h" #include "build/build_config.h" @@ -28,7 +28,7 @@ #include "webkit/plugins/npapi/webplugininfo.h" #if defined(OS_WIN) -#include "base/scoped_ptr.h" +#include "base/memory/scoped_ptr.h" #include "base/win/registry.h" #endif |