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

Unified Diff: ash/system/user/button_from_view.cc

Issue 2732813002: chromeos: Move files in //ash/common to //ash, part 1 (Closed)
Patch Set: rebase 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/system/user/button_from_view.h ('k') | ash/system/user/login_status.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/user/button_from_view.cc
diff --git a/ash/common/system/user/button_from_view.cc b/ash/system/user/button_from_view.cc
similarity index 96%
rename from ash/common/system/user/button_from_view.cc
rename to ash/system/user/button_from_view.cc
index c39610d5568f0965b8ce8a7eaa2ffc32a145bfcb..a7e1ea99d5769f8fdb1776e3dad594ced8e4f5ab 100644
--- a/ash/common/system/user/button_from_view.cc
+++ b/ash/system/user/button_from_view.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 <vector>
+#include "ash/system/user/button_from_view.h"
-#include "ash/common/system/user/button_from_view.h"
+#include <vector>
#include "ash/common/ash_constants.h"
-#include "ash/common/system/tray/tray_constants.h"
-#include "ash/common/system/tray/tray_popup_utils.h"
+#include "ash/system/tray/tray_constants.h"
+#include "ash/system/tray/tray_popup_utils.h"
#include "base/strings/string_util.h"
#include "base/strings/utf_string_conversions.h"
#include "ui/accessibility/ax_node_data.h"
« no previous file with comments | « ash/system/user/button_from_view.h ('k') | ash/system/user/login_status.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698