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

Unified Diff: chrome/browser/apps/app_shim/unix_domain_socket_acceptor.cc

Issue 585123004: Mac: Give app_shim code a nicer home (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: various cleanups Created 6 years, 3 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
Index: chrome/browser/apps/app_shim/unix_domain_socket_acceptor.cc
diff --git a/apps/app_shim/unix_domain_socket_acceptor.cc b/chrome/browser/apps/app_shim/unix_domain_socket_acceptor.cc
similarity index 97%
rename from apps/app_shim/unix_domain_socket_acceptor.cc
rename to chrome/browser/apps/app_shim/unix_domain_socket_acceptor.cc
index f5cda65159a8a0e4b06f5c924ce0d330a0786cc6..40e4683f090ac47537d73253ebf4242d501a4a2d 100644
--- a/apps/app_shim/unix_domain_socket_acceptor.cc
+++ b/chrome/browser/apps/app_shim/unix_domain_socket_acceptor.cc
@@ -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 "apps/app_shim/unix_domain_socket_acceptor.h"
+#include "chrome/browser/apps/app_shim/unix_domain_socket_acceptor.h"
#include "base/files/file_util.h"
#include "base/files/scoped_file.h"
« no previous file with comments | « chrome/browser/apps/app_shim/unix_domain_socket_acceptor.h ('k') | chrome/browser/browser_process_platform_part_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698