summaryrefslogtreecommitdiff
path: root/chromium/base/debug/trace_event_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/base/debug/trace_event_unittest.cc')
-rw-r--r--chromium/base/debug/trace_event_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/base/debug/trace_event_unittest.cc b/chromium/base/debug/trace_event_unittest.cc
index b5909845f27..ea295c05dba 100644
--- a/chromium/base/debug/trace_event_unittest.cc
+++ b/chromium/base/debug/trace_event_unittest.cc
@@ -54,7 +54,7 @@ class TraceEventTestFixture : public testing::Test {
void OnTraceNotification(int notification) {
if (notification & TraceLog::EVENT_WATCH_NOTIFICATION)
++event_watch_notification_;
- notifications_received_ |= notification;
+ notifications_received_ |= notification;
}
DictionaryValue* FindMatchingTraceEntry(const JsonKeyValue* key_values);
DictionaryValue* FindNamePhase(const char* name, const char* phase);