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

Unified Diff: ui/views/test/test_slider.h

Issue 2692043009: Remove last MD reference from TrayPopupUtils. (Closed)
Patch Set: rebase Created 3 years, 10 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 | « ui/views/resources/views_resources.grd ('k') | ui/views/test/test_slider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/test/test_slider.h
diff --git a/ui/views/test/test_slider.h b/ui/views/test/test_slider.h
deleted file mode 100644
index d9496d89d6263d721ba34a19b2a25102e8bb1756..0000000000000000000000000000000000000000
--- a/ui/views/test/test_slider.h
+++ /dev/null
@@ -1,39 +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 UI_VIEWS_TEST_TEST_SLIDER_H_
-#define UI_VIEWS_TEST_TEST_SLIDER_H_
-
-#include "base/macros.h"
-#include "ui/views/controls/slider.h"
-#include "ui/views/view.h"
-#include "ui/views/views_export.h"
-
-namespace views {
-class Slider;
-
-// It is a dummy implementation of slider used for testing functionalities in
-// slider.
-class TestSlider : public Slider {
- public:
- explicit TestSlider(SliderListener* listener);
- ~TestSlider() override;
-
- // ui::Slider:
- void UpdateState(bool control_on) override;
-
- // views::View:
- const char* GetClassName() const override;
-
- protected:
- // ui::Slider:
- int GetThumbWidth() override;
-
- private:
- DISALLOW_COPY_AND_ASSIGN(TestSlider);
-};
-
-} // namespace views
-
-#endif // UI_VIEWS_TEST_TEST_SLIDER_H_
« no previous file with comments | « ui/views/resources/views_resources.grd ('k') | ui/views/test/test_slider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698