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

Unified Diff: ui/aura_shell/app_list/drop_shadow_label.cc

Issue 8890049: [Aura] Implement views-based applist. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased and refactored Created 9 years 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: ui/aura_shell/app_list/drop_shadow_label.cc
diff --git a/chrome/browser/chromeos/drop_shadow_label.cc b/ui/aura_shell/app_list/drop_shadow_label.cc
similarity index 95%
rename from chrome/browser/chromeos/drop_shadow_label.cc
rename to ui/aura_shell/app_list/drop_shadow_label.cc
index 54243ec0206d8d2bab9e9934612db920905f9ebc..d8baf93a8d1e3ab1b2862638adeb78aef5fdf5bf 100644
--- a/chrome/browser/chromeos/drop_shadow_label.cc
+++ b/ui/aura_shell/app_list/drop_shadow_label.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 "chrome/browser/chromeos/drop_shadow_label.h"
+#include "ui/aura_shell/app_list/drop_shadow_label.h"
#include "base/utf_string_conversions.h"
#include "ui/gfx/canvas.h"
@@ -10,7 +10,7 @@
using views::Label;
-namespace chromeos {
+namespace aura_shell {
static const int kDefaultDropShadowSize = 2;
@@ -65,4 +65,4 @@ gfx::Size DropShadowLabel::GetTextSize() const {
return text_size;
}
-} // namespace chromeos
+} // namespace aura_shell

Powered by Google App Engine
This is Rietveld 408576698