Index: content/renderer/webplugin_delegate_proxy.cc |
=================================================================== |
--- content/renderer/webplugin_delegate_proxy.cc (revision 212485) |
+++ content/renderer/webplugin_delegate_proxy.cc (working copy) |
@@ -25,10 +25,10 @@ |
#include "base/strings/utf_string_conversions.h" |
#include "base/version.h" |
#include "content/child/child_process.h" |
+#include "content/child/npapi/npobject_proxy.h" |
+#include "content/child/npapi/npobject_stub.h" |
+#include "content/child/npapi/npobject_util.h" |
#include "content/child/npapi/webplugin.h" |
-#include "content/child/npobject_proxy.h" |
-#include "content/child/npobject_stub.h" |
-#include "content/child/npobject_util.h" |
#include "content/child/plugin_messages.h" |
#include "content/common/view_messages.h" |
#include "content/public/renderer/content_renderer_client.h" |