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

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

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.h
diff --git a/chrome/browser/chromeos/drop_shadow_label.h b/ui/aura_shell/app_list/drop_shadow_label.h
similarity index 88%
rename from chrome/browser/chromeos/drop_shadow_label.h
rename to ui/aura_shell/app_list/drop_shadow_label.h
index e64f12dc6964666351bde0028e3eef1aaf655a16..ded5e31ad442b56a1c8e5874f4b9c2b0f42f5e68 100644
--- a/chrome/browser/chromeos/drop_shadow_label.h
+++ b/ui/aura_shell/app_list/drop_shadow_label.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_CHROMEOS_DROP_SHADOW_LABEL_H_
-#define CHROME_BROWSER_CHROMEOS_DROP_SHADOW_LABEL_H_
+#ifndef UI_AURA_SHELL_APP_LIST_DROP_SHADOW_LABEL_H_
+#define UI_AURA_SHELL_APP_LIST_DROP_SHADOW_LABEL_H_
#pragma once
#include "ui/gfx/font.h"
#include "ui/views/controls/label.h"
-namespace chromeos {
+namespace aura_shell {
/////////////////////////////////////////////////////////////////////////////
//
@@ -49,6 +49,6 @@ class DropShadowLabel : public views::Label {
DISALLOW_COPY_AND_ASSIGN(DropShadowLabel);
};
-} // namespace chromeos
+} // namespace aura_shell
-#endif // CHROME_BROWSER_CHROMEOS_DROP_SHADOW_LABEL_H_
+#endif // UI_AURA_SHELL_APP_LIST_DROP_SHADOW_LABEL_H_

Powered by Google App Engine
This is Rietveld 408576698