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

Unified Diff: ash/display/display_manager.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/display/display_layout_store.cc ('k') | ash/display/display_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/display_manager.h
diff --git a/ash/display/display_manager.h b/ash/display/display_manager.h
index 4b15ddc588731d15662f0bb220ae950279357d82..c8ee67f2fe05c84bb823970d2e78c9c8abbcef10 100644
--- a/ash/display/display_manager.h
+++ b/ash/display/display_manager.h
@@ -60,7 +60,7 @@ class ASH_EXPORT DisplayManager
#if defined(OS_CHROMEOS)
: public ui::DisplayConfigurator::SoftwareMirroringController
#endif
- {
+{
public:
class ASH_EXPORT Delegate {
public:
@@ -101,9 +101,7 @@ class ASH_EXPORT DisplayManager
virtual ~DisplayManager();
#endif
- DisplayLayoutStore* layout_store() {
- return layout_store_.get();
- }
+ DisplayLayoutStore* layout_store() { return layout_store_.get(); }
void set_delegate(Delegate* delegate) { delegate_ = delegate; }
@@ -286,7 +284,7 @@ class ASH_EXPORT DisplayManager
void AddRemoveDisplay();
void ToggleDisplayScaleFactor();
- // SoftwareMirroringController override:
+// SoftwareMirroringController override:
#if defined(OS_CHROMEOS)
void SetSoftwareMirroring(bool enabled) override;
bool SoftwareMirroringEnabled() const override;
@@ -327,7 +325,7 @@ class ASH_EXPORT DisplayManager
// for this test scenario.
void UpdateInternalDisplayModeListForTest();
-private:
+ private:
FRIEND_TEST_ALL_PREFIXES(ExtendedDesktopTest, ConvertPoint);
FRIEND_TEST_ALL_PREFIXES(DisplayManagerTest, TestNativeDisplaysChanged);
FRIEND_TEST_ALL_PREFIXES(DisplayManagerTest,
« no previous file with comments | « ash/display/display_layout_store.cc ('k') | ash/display/display_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698