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

Unified Diff: chrome/browser/ui/webui/options/browser_options_handler.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
Index: chrome/browser/ui/webui/options/browser_options_handler.cc
diff --git a/chrome/browser/ui/webui/options/browser_options_handler.cc b/chrome/browser/ui/webui/options/browser_options_handler.cc
index e2f43eba14ce82250677d3d45f165b73c34bf3f8..9ceddffd87968b447e55e566ec1e2dc586f01ed5 100644
--- a/chrome/browser/ui/webui/options/browser_options_handler.cc
+++ b/chrome/browser/ui/webui/options/browser_options_handler.cc
@@ -118,7 +118,7 @@
#endif
#if defined(OS_CHROMEOS)
-#include "ash/common/accessibility_types.h" // nogncheck
+#include "ash/accessibility_types.h" // nogncheck
#include "ash/shell.h" // nogncheck
#include "ash/system/devicetype_utils.h" // nogncheck
#include "chrome/browser/browser_process_platform_part.h"
@@ -151,7 +151,7 @@
#endif
#if defined(USE_ASH)
-#include "ash/common/wm_shell.h" // nogncheck
+#include "ash/wm_shell.h" // nogncheck
#endif
using base::UserMetricsAction;

Powered by Google App Engine
This is Rietveld 408576698