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

Unified Diff: chrome/browser/ui/ash/accelerator_commands_browsertest.cc

Issue 2734653002: chromeos: Move files in //ash/common to //ash (Closed)
Patch Set: fix a11y tests, fix docs Created 3 years, 10 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 | « chrome/browser/ui/ash/DEPS ('k') | chrome/browser/ui/ash/accelerator_controller_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/accelerator_commands_browsertest.cc
diff --git a/chrome/browser/ui/ash/accelerator_commands_browsertest.cc b/chrome/browser/ui/ash/accelerator_commands_browsertest.cc
index 40d7547d1c6e5d35f75d71befe224438823700e0..dc55b9f45867543136b115154eedf8863611e1f8 100644
--- a/chrome/browser/ui/ash/accelerator_commands_browsertest.cc
+++ b/chrome/browser/ui/ash/accelerator_commands_browsertest.cc
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/common/accelerators/accelerator_commands.h"
+#include "ash/accelerators/accelerator_commands.h"
#include "ash/accelerators/accelerator_commands_aura.h"
-#include "ash/common/wm/window_state.h"
-#include "ash/common/wm_window.h"
#include "ash/shell.h"
+#include "ash/wm/window_state.h"
#include "ash/wm/window_state_aura.h"
+#include "ash/wm_window.h"
#include "base/command_line.h"
#include "base/macros.h"
#include "build/build_config.h"
« no previous file with comments | « chrome/browser/ui/ash/DEPS ('k') | chrome/browser/ui/ash/accelerator_controller_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698