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

Unified Diff: apps/app_shim/app_shim_host_manager_mac.mm

Issue 12723011: Giving focus to an app shim brings windows belonging to that app to the foreground. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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: apps/app_shim/app_shim_host_manager_mac.mm
diff --git a/apps/app_shim/app_shim_host_manager_mac.mm b/apps/app_shim/app_shim_host_manager_mac.mm
index 6133b9be38e253ddc0897d12a193e816e3452000..6bb07a3e6e5ecdf4cc9976275b076243332d26ec 100644
--- a/apps/app_shim/app_shim_host_manager_mac.mm
+++ b/apps/app_shim/app_shim_host_manager_mac.mm
@@ -12,7 +12,7 @@
#include "chrome/browser/browser_process.h"
#include "chrome/common/chrome_paths.h"
#include "content/public/browser/browser_thread.h"
-#include "chrome/common/mac/app_mode_common.h"
+#import "chrome/common/mac/app_mode_common.h"
koz (OOO until 15th September) 2013/03/18 03:33:12 Is this necessary? Other places #include this file
jeremya 2013/03/18 04:54:05 I guess not. Removed.
using content::BrowserThread;

Powered by Google App Engine
This is Rietveld 408576698