Index: content/renderer/pepper/host_globals.cc |
=================================================================== |
--- content/renderer/pepper/host_globals.cc (revision 213482) |
+++ content/renderer/pepper/host_globals.cc (working copy) |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "webkit/plugins/ppapi/host_globals.h" |
+#include "content/renderer/pepper/host_globals.h" |
#include <limits> |
@@ -11,6 +11,8 @@ |
#include "base/rand_util.h" |
#include "base/strings/utf_string_conversions.h" |
#include "base/task_runner.h" |
+#include "content/renderer/pepper/plugin_module.h" |
+#include "content/renderer/pepper/ppapi_plugin_instance_impl.h" |
#include "ppapi/shared_impl/api_id.h" |
#include "ppapi/shared_impl/id_assignment.h" |
#include "third_party/WebKit/public/platform/WebString.h" |
@@ -20,8 +22,6 @@ |
#include "third_party/WebKit/public/web/WebFrame.h" |
#include "third_party/WebKit/public/web/WebPluginContainer.h" |
#include "webkit/plugins/plugin_switches.h" |
-#include "webkit/plugins/ppapi/plugin_module.h" |
-#include "webkit/plugins/ppapi/ppapi_plugin_instance_impl.h" |
using ppapi::CheckIdType; |
using ppapi::MakeTypedId; |