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

Unified Diff: ios/chrome/common/app_group/app_group_metrics_mainapp.h

Issue 2622903003: [ObjC ARC] Converts ios/chrome/common/app_group:main_app to ARC. (Closed)
Patch Set: Remove scoped_block Created 3 years, 11 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 | « ios/chrome/common/app_group/BUILD.gn ('k') | ios/chrome/common/app_group/app_group_metrics_mainapp.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/common/app_group/app_group_metrics_mainapp.h
diff --git a/ios/chrome/common/app_group/app_group_metrics_mainapp.h b/ios/chrome/common/app_group/app_group_metrics_mainapp.h
index af693f278f5b9c12f9483703fcd5d95b4db60c94..5115bf03dec60c1c7e527f3d71b21985eaaa9506 100644
--- a/ios/chrome/common/app_group/app_group_metrics_mainapp.h
+++ b/ios/chrome/common/app_group/app_group_metrics_mainapp.h
@@ -8,7 +8,6 @@
#import <Foundation/Foundation.h>
#include <stdint.h>
-#include "base/mac/scoped_block.h"
#include "ios/chrome/common/app_group/app_group_constants.h"
namespace app_group {
@@ -20,8 +19,7 @@ namespace main_app {
// Iterates through the extensions pending logs and deletes them.
// Calls |callback| on each log before deleting.
-void ProcessPendingLogs(
- const base::mac::ScopedBlock<ProceduralBlockWithData>& callback);
+void ProcessPendingLogs(ProceduralBlockWithData callback);
// Enables the metrics collecting in extensions. The extensions will
// use |clientID| as client ID, and |brandCode| as brand code in the logs.
« no previous file with comments | « ios/chrome/common/app_group/BUILD.gn ('k') | ios/chrome/common/app_group/app_group_metrics_mainapp.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698