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

Unified Diff: content/browser/zygote_host/zygote_host_impl_linux.h

Issue 10806076: Move ZygoteHost implementation to content/browser/zygote_host (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add an empty line to the OWNERS file Created 8 years, 5 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/browser/zygote_host/OWNERS ('k') | content/browser/zygote_host/zygote_host_impl_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/zygote_host/zygote_host_impl_linux.h
diff --git a/content/browser/zygote_host_impl_linux.h b/content/browser/zygote_host/zygote_host_impl_linux.h
similarity index 92%
rename from content/browser/zygote_host_impl_linux.h
rename to content/browser/zygote_host/zygote_host_impl_linux.h
index ce29eeee455c7485e90eea0b23b86e36f1b91e08..17a6b3519bd3c2d9be958cf4106a75b5869660d0 100644
--- a/content/browser/zygote_host_impl_linux.h
+++ b/content/browser/zygote_host/zygote_host_impl_linux.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_BROWSER_ZYGOTE_HOST_IMPL_LINUX_H_
-#define CONTENT_BROWSER_ZYGOTE_HOST_IMPL_LINUX_H_
+#ifndef CONTENT_BROWSER_ZYGOTE_HOST_ZYGOTE_HOST_IMPL_LINUX_H_
+#define CONTENT_BROWSER_ZYGOTE_HOST_ZYGOTE_HOST_IMPL_LINUX_H_
#include <string>
#include <vector>
@@ -65,4 +65,4 @@ class CONTENT_EXPORT ZygoteHostImpl : public content::ZygoteHost {
int sandbox_status_;
};
-#endif // CONTENT_BROWSER_ZYGOTE_HOST_IMPL_LINUX_H_
+#endif // CONTENT_BROWSER_ZYGOTE_HOST_ZYGOTE_HOST_IMPL_LINUX_H_
« no previous file with comments | « content/browser/zygote_host/OWNERS ('k') | content/browser/zygote_host/zygote_host_impl_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698