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

Unified Diff: chrome/browser/apps/app_shim/chrome_main_app_mode_mac.mm

Issue 584823002: Move apps/app_shim to chrome/browser/apps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/chrome_main_app_mode_mac.mm
diff --git a/apps/app_shim/chrome_main_app_mode_mac.mm b/chrome/browser/apps/app_shim/chrome_main_app_mode_mac.mm
similarity index 99%
rename from apps/app_shim/chrome_main_app_mode_mac.mm
rename to chrome/browser/apps/app_shim/chrome_main_app_mode_mac.mm
index 21e3fe21835e1efbebd21f8c04a52a290f62d15e..0fdb82b2225f046b6403533404f633e82057802b 100644
--- a/apps/app_shim/chrome_main_app_mode_mac.mm
+++ b/chrome/browser/apps/app_shim/chrome_main_app_mode_mac.mm
@@ -10,7 +10,6 @@
#import <Cocoa/Cocoa.h>
#include <vector>
-#include "apps/app_shim/app_shim_messages.h"
#include "base/at_exit.h"
#include "base/command_line.h"
#include "base/files/file_path.h"
@@ -29,6 +28,7 @@
#include "base/strings/string_number_conversions.h"
#include "base/strings/sys_string_conversions.h"
#include "base/threading/thread.h"
+#include "chrome/browser/apps/app_shim/app_shim_messages.h"
#include "chrome/common/chrome_constants.h"
#include "chrome/common/chrome_paths.h"
#include "chrome/common/chrome_switches.h"

Powered by Google App Engine
This is Rietveld 408576698