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

Unified Diff: chrome/browser/extensions/api/copresence/copresence_translations.h

Issue 598053003: Switching to C++11 template syntax (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/extensions/api/copresence/copresence_translations.h
diff --git a/chrome/browser/extensions/api/copresence/copresence_translations.h b/chrome/browser/extensions/api/copresence/copresence_translations.h
index 3888b756392d3890066b90aaee06521b7e12c435..a0f9fd9f4f7dc13a667cc53c073ac7328b21a0d0 100644
--- a/chrome/browser/extensions/api/copresence/copresence_translations.h
+++ b/chrome/browser/extensions/api/copresence/copresence_translations.h
@@ -34,7 +34,7 @@ typedef std::map<std::string, std::string> SubscriptionToAppMap;
// Returns report request protocol buffer containing all the operations in the
// given vector. If parsing any of the operations fails, we return false.
bool PrepareReportRequestProto(
- const std::vector<linked_ptr<api::copresence::Operation> >& operations,
+ const std::vector<linked_ptr<api::copresence::Operation>>& operations,
const std::string& app_id,
SubscriptionToAppMap* apps_by_subscription_id,
copresence::ReportRequest* request);

Powered by Google App Engine
This is Rietveld 408576698