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

Unified Diff: ash/system/chromeos/tray_display.h

Issue 2095193002: clang-format all of //ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « ash/system/chromeos/tray_caps_lock.cc ('k') | ash/system/chromeos/tray_display.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/chromeos/tray_display.h
diff --git a/ash/system/chromeos/tray_display.h b/ash/system/chromeos/tray_display.h
index 39dce03488f36352ad447ecaf34182d559131e8a..2fe242ef311a31e693969941036dbbdd64cb497d 100644
--- a/ash/system/chromeos/tray_display.h
+++ b/ash/system/chromeos/tray_display.h
@@ -50,10 +50,9 @@ class ASH_EXPORT TrayDisplay : public SystemTrayItem,
// |message_out| to empty, which means the notification should be removed. It
// also sets |additional_message_out| which appears in the notification with
// the |message_out|.
- bool GetDisplayMessageForNotification(
- const DisplayInfoMap& old_info,
- base::string16* message_out,
- base::string16* additional_message_out);
+ bool GetDisplayMessageForNotification(const DisplayInfoMap& old_info,
+ base::string16* message_out,
+ base::string16* additional_message_out);
// Creates or updates the display notification.
void CreateOrUpdateNotification(const base::string16& message,
« no previous file with comments | « ash/system/chromeos/tray_caps_lock.cc ('k') | ash/system/chromeos/tray_display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698