diff options
Diffstat (limited to 'webkit/plugins/npapi/webplugin_impl.h')
-rw-r--r-- | webkit/plugins/npapi/webplugin_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/plugins/npapi/webplugin_impl.h b/webkit/plugins/npapi/webplugin_impl.h index 90ac280..20917d0 100644 --- a/webkit/plugins/npapi/webplugin_impl.h +++ b/webkit/plugins/npapi/webplugin_impl.h @@ -5,12 +5,12 @@ #ifndef WEBKIT_PLUGINS_NPAPI_WEBPLUGIN_IMPL_H_ #define WEBKIT_PLUGINS_NPAPI_WEBPLUGIN_IMPL_H_ -#include <string> #include <map> +#include <string> #include <vector> #include "base/basictypes.h" -#include "base/file_path.h" +#include "base/files/file_path.h" #include "base/memory/scoped_ptr.h" #include "base/memory/weak_ptr.h" #include "googleurl/src/gurl.h" |