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

Unified Diff: third_party/WebKit/Source/modules/notifications/NotificationImageLoader.cpp

Issue 2611823003: ABANDONED CL: Changes to compile and pass tests after Big Blink Rename (excluding functions). (Closed)
Patch Set: check-webkit-style fixes. 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
Index: third_party/WebKit/Source/modules/notifications/NotificationImageLoader.cpp
diff --git a/third_party/WebKit/Source/modules/notifications/NotificationImageLoader.cpp b/third_party/WebKit/Source/modules/notifications/NotificationImageLoader.cpp
index 00ba58c1a6114778667138e89eb1e88e5d3e96e8..b4746de345dc4e0bca3b36a8adc3a9876487e2af 100644
--- a/third_party/WebKit/Source/modules/notifications/NotificationImageLoader.cpp
+++ b/third_party/WebKit/Source/modules/notifications/NotificationImageLoader.cpp
@@ -21,7 +21,7 @@
#include <memory>
#define NOTIFICATION_PER_TYPE_HISTOGRAM_COUNTS(metric, type_name, value, max) \
- case NotificationImageLoader::Type::type_name: { \
+ case NotificationImageLoader::Type::k##type_name: { \
DEFINE_THREAD_SAFE_STATIC_LOCAL( \
CustomCountHistogram, metric##type_name##Histogram, \
new CustomCountHistogram("Notifications." #metric "." #type_name, \

Powered by Google App Engine
This is Rietveld 408576698