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

Unified Diff: ash/laser/laser_pointer_points_test_api.cc

Issue 2361563002: chromeos: Laser tool blocks events from propagating. (Closed)
Patch Set: Created 4 years, 3 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/laser/laser_pointer_points_test_api.h ('k') | ash/laser/laser_pointer_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/laser/laser_pointer_points_test_api.cc
diff --git a/ash/common/system/chromeos/palette/tools/laser_pointer_points_test_api.cc b/ash/laser/laser_pointer_points_test_api.cc
similarity index 73%
rename from ash/common/system/chromeos/palette/tools/laser_pointer_points_test_api.cc
rename to ash/laser/laser_pointer_points_test_api.cc
index 7acb91de208c4a5c73ceac1286fd4022f343acc6..5180731128d1e4e18a4c0622ffcd3b7c241b252f 100644
--- a/ash/common/system/chromeos/palette/tools/laser_pointer_points_test_api.cc
+++ b/ash/laser/laser_pointer_points_test_api.cc
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/common/system/chromeos/palette/tools/laser_pointer_points_test_api.h"
+#include "ash/laser/laser_pointer_points_test_api.h"
-#include "ash/common/system/chromeos/palette/tools/laser_pointer_points.h"
+#include "ash/laser/laser_pointer_points.h"
namespace ash {
LaserPointerPointsTestApi::LaserPointerPointsTestApi(
- std::unique_ptr<LaserPointerPoints> instance)
- : new_point_time_(base::Time::Now()), instance_(std::move(instance)) {}
+ LaserPointerPoints* instance)
+ : new_point_time_(base::Time::Now()), instance_(instance) {}
LaserPointerPointsTestApi::~LaserPointerPointsTestApi() {}
« no previous file with comments | « ash/laser/laser_pointer_points_test_api.h ('k') | ash/laser/laser_pointer_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698