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

Unified Diff: ash/keyboard/keyboard_ui.cc

Issue 2729363002: chromeos: Move files in //ash/common to //ash, part 3 (Closed)
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/keyboard/keyboard_ui.h ('k') | ash/keyboard/keyboard_ui_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/keyboard/keyboard_ui.cc
diff --git a/ash/common/keyboard/keyboard_ui.cc b/ash/keyboard/keyboard_ui.cc
similarity index 92%
rename from ash/common/keyboard/keyboard_ui.cc
rename to ash/keyboard/keyboard_ui.cc
index 35af6b1c0aaeea8a912f92a0793fc8729229dd26..7a380f17400bd6c956b1521ffababfc2fbe90132 100644
--- a/ash/common/keyboard/keyboard_ui.cc
+++ b/ash/keyboard/keyboard_ui.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/common/keyboard/keyboard_ui.h"
+#include "ash/keyboard/keyboard_ui.h"
-#include "ash/common/accessibility_delegate.h"
-#include "ash/common/keyboard/keyboard_ui_observer.h"
-#include "ash/common/wm_shell.h"
+#include "ash/accessibility_delegate.h"
+#include "ash/keyboard/keyboard_ui_observer.h"
#include "ash/system/accessibility_observer.h"
#include "ash/system/tray/system_tray_notifier.h"
#include "ash/system/tray_accessibility.h"
+#include "ash/wm_shell.h"
#include "base/memory/ptr_util.h"
#include "ui/keyboard/keyboard_controller.h"
« no previous file with comments | « ash/keyboard/keyboard_ui.h ('k') | ash/keyboard/keyboard_ui_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698