| Index: ui/views/controls/throbber.h
|
| diff --git a/views/controls/throbber.h b/ui/views/controls/throbber.h
|
| similarity index 96%
|
| rename from views/controls/throbber.h
|
| rename to ui/views/controls/throbber.h
|
| index b2aa5993a86eff38dfee5c1ca9e51f1b48c3653d..e40828f5ab10b74b817e719e1bd2d514cfd28c36 100644
|
| --- a/views/controls/throbber.h
|
| +++ b/ui/views/controls/throbber.h
|
| @@ -2,10 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// Throbbers display an animation, usually used as a status indicator.
|
| -
|
| -#ifndef VIEWS_CONTROLS_THROBBER_H_
|
| -#define VIEWS_CONTROLS_THROBBER_H_
|
| +#ifndef UI_VIEWS_CONTROLS_THROBBER_H_
|
| +#define UI_VIEWS_CONTROLS_THROBBER_H_
|
| #pragma once
|
|
|
| #include "base/basictypes.h"
|
| @@ -18,6 +16,8 @@ class SkBitmap;
|
|
|
| namespace views {
|
|
|
| +// Throbbers display an animation, usually used as a status indicator.
|
| +
|
| class VIEWS_EXPORT Throbber : public View {
|
| public:
|
| // |frame_time_ms| is the amount of time that should elapse between frames
|
| @@ -125,4 +125,4 @@ class VIEWS_EXPORT CheckmarkThrobber : public Throbber {
|
|
|
| } // namespace views
|
|
|
| -#endif // VIEWS_CONTROLS_THROBBER_H_
|
| +#endif // UI_VIEWS_CONTROLS_THROBBER_H_
|
|
|