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

Unified Diff: ash/system/tray/throbber_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/tray/throbber_view.h ('k') | ash/system/tray/tray_background_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/throbber_view.cc
diff --git a/ash/common/system/tray/throbber_view.cc b/ash/system/tray/throbber_view.cc
similarity index 96%
rename from ash/common/system/tray/throbber_view.cc
rename to ash/system/tray/throbber_view.cc
index e345fdc7c7be76b7332cea59eceea67155924cbf..b6c02d81ab6b9540002df0618eea7cd9846f5488 100644
--- a/ash/common/system/tray/throbber_view.cc
+++ b/ash/system/tray/throbber_view.cc
@@ -2,10 +2,10 @@
// 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/throbber_view.h"
+#include "ash/system/tray/throbber_view.h"
-#include "ash/common/system/tray/tray_constants.h"
#include "ash/resources/grit/ash_resources.h"
+#include "ash/system/tray/tray_constants.h"
#include "ui/base/resource/resource_bundle.h"
#include "ui/compositor/layer.h"
#include "ui/compositor/scoped_layer_animation_settings.h"
« no previous file with comments | « ash/system/tray/throbber_view.h ('k') | ash/system/tray/tray_background_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698