Skip to content

Commit

Permalink
Refactor class in ash/autoclick/common to ash/autoclick.
Browse files Browse the repository at this point in the history
No functional changes.

Bug: 876115
Change-Id: Id4a4008c6aff53ff4718b04d5c4186b97c769580
Reviewed-on: https://chromium-review.googlesource.com/c/1277987
Commit-Queue: Katie Dektar <katie@chromium.org>
Reviewed-by: James Cook <jamescook@chromium.org>
Cr-Commit-Position: refs/heads/master@{#599257}
  • Loading branch information
Katie D authored and Commit Bot committed Oct 12, 2018
1 parent 8ce1b79 commit 8c77038
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 45 deletions.
4 changes: 2 additions & 2 deletions ash/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@ component("ash") {
"assistant/util/views_util.h",
"autoclick/autoclick_controller.cc",
"autoclick/autoclick_controller.h",
"autoclick/autoclick_ring_handler.cc",
"autoclick/autoclick_ring_handler.h",
"bluetooth_devices_observer.cc",
"bluetooth_devices_observer.h",
"cancel_mode.cc",
Expand Down Expand Up @@ -1360,7 +1362,6 @@ component("ash") {
deps = [
"//ash/app_menu",
"//ash/assistant/ui:constants",
"//ash/autoclick/common:autoclick",
"//ash/components/cursor",
"//ash/components/fast_ink",
"//ash/components/quick_launch/public/mojom",
Expand Down Expand Up @@ -2015,7 +2016,6 @@ test("ash_unittests") {
"//ash/app_list:test_support",
"//ash/app_list/presenter",
"//ash/app_menu",
"//ash/autoclick/common:autoclick",
"//ash/components/fast_ink",
"//ash/components/fast_ink:unit_tests",
"//ash/components/quick_launch/public/mojom:constants",
Expand Down
2 changes: 1 addition & 1 deletion ash/autoclick/autoclick_controller.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include "ash/autoclick/autoclick_controller.h"

#include "ash/autoclick/common/autoclick_ring_handler.h"
#include "ash/autoclick/autoclick_ring_handler.h"
#include "ash/public/cpp/ash_constants.h"
#include "ash/public/cpp/shell_window_ids.h"
#include "ash/shell.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "ash/autoclick/common/autoclick_ring_handler.h"
#include "ash/autoclick/autoclick_ring_handler.h"

#include "third_party/skia/include/core/SkColor.h"
#include "third_party/skia/include/core/SkPath.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef ASH_AUTOCLICK_COMMON_AUTOCLICK_RING_HANDLER_H_
#define ASH_AUTOCLICK_COMMON_AUTOCLICK_RING_HANDLER_H_
#ifndef ASH_AUTOCLICK_AUTOCLICK_RING_HANDLER_H_
#define ASH_AUTOCLICK_AUTOCLICK_RING_HANDLER_H_

#include "base/macros.h"
#include "base/timer/timer.h"
Expand Down Expand Up @@ -57,4 +57,4 @@ class AutoclickRingHandler : public gfx::LinearAnimation {

} // namespace ash

#endif // ASH_AUTOCLICK_COMMON_AUTOCLICK_RING_HANDLER_H_
#endif // ASH_AUTOCLICK_AUTOCLICK_RING_HANDLER_H_
26 changes: 0 additions & 26 deletions ash/autoclick/common/BUILD.gn

This file was deleted.

12 changes: 0 additions & 12 deletions ash/autoclick/common/DEPS

This file was deleted.

0 comments on commit 8c77038

Please sign in to comment.