summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-17 00:26:18 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-17 00:26:18 +0000
commit797c355020734dc32ffa57f54d032afa20f018c8 (patch)
tree8a3a745aea8a8b7bf81c049f387eaa6321bf9bbc /chrome/renderer
parentf6179ec31d0d530bd2ed66808bb24b601d60d453 (diff)
downloadchromium_src-797c355020734dc32ffa57f54d032afa20f018c8.zip
chromium_src-797c355020734dc32ffa57f54d032afa20f018c8.tar.gz
chromium_src-797c355020734dc32ffa57f54d032afa20f018c8.tar.bz2
Move a bunch of files from chrome\common to content\common.
TBR=avi Review URL: http://codereview.chromium.org/6677096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78473 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer')
-rw-r--r--chrome/renderer/renderer_sandbox_support_linux.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/renderer/renderer_sandbox_support_linux.cc b/chrome/renderer/renderer_sandbox_support_linux.cc
index f71f52d..c99d996 100644
--- a/chrome/renderer/renderer_sandbox_support_linux.cc
+++ b/chrome/renderer/renderer_sandbox_support_linux.cc
@@ -12,7 +12,7 @@
#include "base/scoped_ptr.h"
#include "chrome/common/chrome_descriptors.h"
#include "chrome/common/sandbox_methods_linux.h"
-#include "chrome/common/unix_domain_socket_posix.h"
+#include "content/common/unix_domain_socket_posix.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/linux/WebFontRenderStyle.h"