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

Unified Diff: apps/app_host/app_host_main.cc

Issue 12310059: Move app_host target from c/b/extensions into src/apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « apps/app_host/app_host.rc ('k') | apps/app_host/app_host_resource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/app_host/app_host_main.cc
diff --git a/chrome/browser/extensions/app_host/app_host_main.cc b/apps/app_host/app_host_main.cc
similarity index 93%
rename from chrome/browser/extensions/app_host/app_host_main.cc
rename to apps/app_host/app_host_main.cc
index 578f18ecc673ed85ddf8c2e20279361acc9fa0c0..64de547eec5d049d88e89460a7431e4f20897e1d 100644
--- a/chrome/browser/extensions/app_host/app_host_main.cc
+++ b/apps/app_host/app_host_main.cc
@@ -4,13 +4,13 @@
#include <windows.h>
+#include "apps/app_host/binaries_installer.h"
+#include "apps/app_host/update.h"
#include "base/at_exit.h"
#include "base/command_line.h"
#include "base/file_path.h"
#include "base/logging.h"
#include "base/process_util.h"
-#include "chrome/browser/extensions/app_host/binaries_installer.h"
-#include "chrome/browser/extensions/app_host/update.h"
#include "chrome/installer/launcher_support/chrome_launcher_support.h"
int APIENTRY wWinMain(HINSTANCE, HINSTANCE, wchar_t*, int) {
« no previous file with comments | « apps/app_host/app_host.rc ('k') | apps/app_host/app_host_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698