Chromium Code Reviews

Unified Diff: ash/system/tray/special_popup_row.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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « ash/system/tray/special_popup_row.h ('k') | ash/system/tray/system_menu_button.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/special_popup_row.cc
diff --git a/ash/common/system/tray/special_popup_row.cc b/ash/system/tray/special_popup_row.cc
similarity index 92%
rename from ash/common/system/tray/special_popup_row.cc
rename to ash/system/tray/special_popup_row.cc
index 7332fb3655501995a8e41bffcf745881d2d66774..41199a7bc151349421b924c9249475dbf9e49913 100644
--- a/ash/common/system/tray/special_popup_row.cc
+++ b/ash/system/tray/special_popup_row.cc
@@ -2,16 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/common/system/tray/special_popup_row.h"
-
-#include "ash/common/ash_constants.h"
-#include "ash/common/material_design/material_design_controller.h"
-#include "ash/common/system/tray/hover_highlight_view.h"
-#include "ash/common/system/tray/throbber_view.h"
-#include "ash/common/system/tray/tray_constants.h"
-#include "ash/common/system/tray/tray_popup_header_button.h"
+#include "ash/system/tray/special_popup_row.h"
+
+#include "ash/ash_constants.h"
+#include "ash/material_design/material_design_controller.h"
#include "ash/resources/grit/ash_resources.h"
#include "ash/strings/grit/ash_strings.h"
+#include "ash/system/tray/hover_highlight_view.h"
+#include "ash/system/tray/throbber_view.h"
+#include "ash/system/tray/tray_constants.h"
+#include "ash/system/tray/tray_popup_header_button.h"
#include "ui/base/resource/resource_bundle.h"
#include "ui/gfx/canvas.h"
#include "ui/gfx/geometry/insets.h"
« no previous file with comments | « ash/system/tray/special_popup_row.h ('k') | ash/system/tray/system_menu_button.h » ('j') | no next file with comments »

Powered by Google App Engine