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

Unified Diff: ash/mus/bridge/wm_shelf_mus.h

Issue 2626483002: Removes WmShelfAura and WmShelfMus (Closed)
Patch Set: Fix chrome 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: ash/mus/bridge/wm_shelf_mus.h
diff --git a/ash/mus/bridge/wm_shelf_mus.h b/ash/mus/bridge/wm_shelf_mus.h
deleted file mode 100644
index 9a2726fc120f0df592522f792cf9ef695af85a31..0000000000000000000000000000000000000000
--- a/ash/mus/bridge/wm_shelf_mus.h
+++ /dev/null
@@ -1,30 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef ASH_MUS_BRIDGE_WM_SHELF_MUS_H_
-#define ASH_MUS_BRIDGE_WM_SHELF_MUS_H_
-
-#include "ash/common/shelf/wm_shelf.h"
-#include "base/macros.h"
-
-namespace ash {
-namespace mus {
-
-// WmShelf implementation for mus.
-class WmShelfMus : public WmShelf {
- public:
- WmShelfMus();
- ~WmShelfMus() override;
-
- // WmShelf:
- void WillDeleteShelfLayoutManager() override;
-
- private:
- DISALLOW_COPY_AND_ASSIGN(WmShelfMus);
-};
-
-} // namespace mus
-} // namespace ash
-
-#endif // ASH_MUS_BRIDGE_WM_SHELF_MUS_H_

Powered by Google App Engine
This is Rietveld 408576698