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

Unified Diff: trunk/src/chrome/browser/browser_process_platform_part_mac.h

Issue 24052002: Revert 221580 "Make AppShimHostManager a RefCountedThreadSafe." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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: trunk/src/chrome/browser/browser_process_platform_part_mac.h
===================================================================
--- trunk/src/chrome/browser/browser_process_platform_part_mac.h (revision 221792)
+++ trunk/src/chrome/browser/browser_process_platform_part_mac.h (working copy)
@@ -5,11 +5,12 @@
#ifndef CHROME_BROWSER_BROWSER_PROCESS_PLATFORM_PART_MAC_H_
#define CHROME_BROWSER_BROWSER_PROCESS_PLATFORM_PART_MAC_H_
-#include "apps/app_shim/app_shim_host_manager_mac.h"
#include "base/compiler_specific.h"
#include "base/memory/scoped_ptr.h"
#include "chrome/browser/browser_process_platform_part_base.h"
+class AppShimHostManager;
+
namespace apps {
class ExtensionAppShimHandler;
}
@@ -28,7 +29,7 @@
private:
// Hosts the IPC channel factory that App Shims connect to on Mac.
- scoped_refptr<AppShimHostManager> app_shim_host_manager_;
+ scoped_ptr<AppShimHostManager> app_shim_host_manager_;
DISALLOW_COPY_AND_ASSIGN(BrowserProcessPlatformPart);
};
« no previous file with comments | « trunk/src/apps/app_shim/app_shim_host_manager_mac.mm ('k') | trunk/src/chrome/browser/browser_process_platform_part_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698