summaryrefslogtreecommitdiffstats
path: root/content/plugin/plugin_thread.cc
diff options
context:
space:
mode:
authorscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-04 12:56:01 +0000
committerscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-04 12:56:01 +0000
commitc7199a6e688ad9249ee269cc0e46af0c742e8452 (patch)
treecfdbd6953f9b5df99e9197b0925c47b789591c5e /content/plugin/plugin_thread.cc
parentb07a6e40cbc9189ca7740dfc1c5400e84386bfca (diff)
downloadchromium_src-c7199a6e688ad9249ee269cc0e46af0c742e8452.zip
chromium_src-c7199a6e688ad9249ee269cc0e46af0c742e8452.tar.gz
chromium_src-c7199a6e688ad9249ee269cc0e46af0c742e8452.tar.bz2
Rename content/common_child to content/child
As prerequiste for linked bug. TBR=palmer@chromium.org R=jam@chromium.org,jamesr@chromium.org BUG=246357 Review URL: https://chromiumcodereview.appspot.com/16325022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203945 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/plugin/plugin_thread.cc')
-rw-r--r--content/plugin/plugin_thread.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/plugin/plugin_thread.cc b/content/plugin/plugin_thread.cc
index 0be9a91..fdb46b5 100644
--- a/content/plugin/plugin_thread.cc
+++ b/content/plugin/plugin_thread.cc
@@ -20,9 +20,9 @@
#include "base/lazy_instance.h"
#include "base/process_util.h"
#include "base/threading/thread_local.h"
+#include "content/child/npobject_util.h"
#include "content/common/child_process.h"
#include "content/common/plugin_process_messages.h"
-#include "content/common_child/npobject_util.h"
#include "content/public/common/content_switches.h"
#include "content/public/plugin/content_plugin_client.h"
#include "ipc/ipc_channel_handle.h"