Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(940)

Unified Diff: content/child/child_process_sandbox_support_impl_shm_linux.cc

Issue 2679323006: Remove content/browser dependency on WebFontRenderStyle. (Closed)
Patch Set: merge Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/child/child_process_sandbox_support_impl_linux.cc ('k') | content/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/child_process_sandbox_support_impl_shm_linux.cc
diff --git a/content/common/child_process_sandbox_support_impl_shm_linux.cc b/content/child/child_process_sandbox_support_impl_shm_linux.cc
similarity index 80%
rename from content/common/child_process_sandbox_support_impl_shm_linux.cc
rename to content/child/child_process_sandbox_support_impl_shm_linux.cc
index eb4f67dac564c4aa9c146e565e4747cb9c730f78..685bbfeaf40627259aee913ddc8919b3e7716181 100644
--- a/content/common/child_process_sandbox_support_impl_shm_linux.cc
+++ b/content/child/child_process_sandbox_support_impl_shm_linux.cc
@@ -1,11 +1,8 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/common/child_process_sandbox_support_impl_linux.h"
-
-#include <stddef.h>
-#include <stdint.h>
+#include "content/child/child_process_sandbox_support_impl_linux.h"
#include "base/pickle.h"
#include "base/posix/unix_domain_socket_linux.h"
« no previous file with comments | « content/child/child_process_sandbox_support_impl_linux.cc ('k') | content/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698