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

Unified Diff: ash/system/tray/tray_utils.cc

Issue 14949004: ash: Rename tray_views.{h,cc} to tray_utils.{h,cc} (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix browsertest Created 7 years, 7 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: ash/system/tray/tray_utils.cc
diff --git a/ash/system/tray/tray_views.cc b/ash/system/tray/tray_utils.cc
similarity index 98%
rename from ash/system/tray/tray_views.cc
rename to ash/system/tray/tray_utils.cc
index f21eb05c34d31df3eee60e94f9a8f396777c27c7..5f29a2e8f71a90f71a80e1dc744d6c2a07fdd12c 100644
--- a/ash/system/tray/tray_views.cc
+++ b/ash/system/tray/tray_utils.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/system/tray/tray_views.h"
+#include "ash/system/tray/tray_utils.h"
#include "ash/system/tray/tray_constants.h"
#include "ash/system/tray/tray_item_view.h"

Powered by Google App Engine
This is Rietveld 408576698