Index: content/child/npapi/npobject_util.cc |
=================================================================== |
--- content/child/npapi/npobject_util.cc (revision 212485) |
+++ content/child/npapi/npobject_util.cc (working copy) |
@@ -2,12 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "content/child/npobject_util.h" |
+#include "content/child/npapi/npobject_util.h" |
#include "base/strings/string_util.h" |
-#include "content/child/np_channel_base.h" |
+#include "content/child/npapi/np_channel_base.h" |
+#include "content/child/npapi/npobject_proxy.h" |
#include "content/child/npapi/plugin_host.h" |
-#include "content/child/npobject_proxy.h" |
#include "content/child/plugin_messages.h" |
#include "third_party/WebKit/public/web/WebBindings.h" |
#include "third_party/npapi/bindings/nphostapi.h" |