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

Side by Side Diff: ash/ash_touch_exploration_manager_chromeos.h

Issue 2734653002: chromeos: Move files in //ash/common to //ash (Closed)
Patch Set: fix a11y tests, fix docs Created 3 years, 9 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 unified diff | Download patch
« no previous file with comments | « ash/ash_switches.cc ('k') | ash/ash_touch_exploration_manager_chromeos.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef ASH_TOUCH_EXPLORATION_MANAGER_CHROMEOS_H_ 5 #ifndef ASH_TOUCH_EXPLORATION_MANAGER_CHROMEOS_H_
6 #define ASH_TOUCH_EXPLORATION_MANAGER_CHROMEOS_H_ 6 #define ASH_TOUCH_EXPLORATION_MANAGER_CHROMEOS_H_
7 7
8 #include <memory> 8 #include <memory>
9 9
10 #include "ash/ash_export.h" 10 #include "ash/ash_export.h"
11 #include "ash/common/system/accessibility_observer.h" 11 #include "ash/system/accessibility_observer.h"
12 #include "base/macros.h" 12 #include "base/macros.h"
13 #include "ui/chromeos/touch_accessibility_enabler.h" 13 #include "ui/chromeos/touch_accessibility_enabler.h"
14 #include "ui/chromeos/touch_exploration_controller.h" 14 #include "ui/chromeos/touch_exploration_controller.h"
15 #include "ui/display/display_observer.h" 15 #include "ui/display/display_observer.h"
16 #include "ui/wm/public/activation_change_observer.h" 16 #include "ui/wm/public/activation_change_observer.h"
17 17
18 namespace chromeos { 18 namespace chromeos {
19 class CrasAudioHandler; 19 class CrasAudioHandler;
20 } 20 }
21 21
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 std::unique_ptr<ui::TouchAccessibilityEnabler> touch_accessibility_enabler_; 76 std::unique_ptr<ui::TouchAccessibilityEnabler> touch_accessibility_enabler_;
77 RootWindowController* root_window_controller_; 77 RootWindowController* root_window_controller_;
78 chromeos::CrasAudioHandler* audio_handler_; 78 chromeos::CrasAudioHandler* audio_handler_;
79 79
80 DISALLOW_COPY_AND_ASSIGN(AshTouchExplorationManager); 80 DISALLOW_COPY_AND_ASSIGN(AshTouchExplorationManager);
81 }; 81 };
82 82
83 } // namespace ash 83 } // namespace ash
84 84
85 #endif // ASH_TOUCH_EXPLORATION_MANAGER_CHROMEOS_H_ 85 #endif // ASH_TOUCH_EXPLORATION_MANAGER_CHROMEOS_H_
OLDNEW
« no previous file with comments | « ash/ash_switches.cc ('k') | ash/ash_touch_exploration_manager_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698