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

Unified Diff: ash/system/tray/fixed_sized_image_view.h

Issue 224113005: Eliminate ash::internal namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/actionable_view.cc ('k') | ash/system/tray/fixed_sized_image_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/fixed_sized_image_view.h
diff --git a/ash/system/tray/fixed_sized_image_view.h b/ash/system/tray/fixed_sized_image_view.h
index 1e5c7cda78540edd65efa9b27438eecc811b793f..b2b00cee07c09b5cb32953a4c1c7b66993674be8 100644
--- a/ash/system/tray/fixed_sized_image_view.h
+++ b/ash/system/tray/fixed_sized_image_view.h
@@ -10,7 +10,6 @@
#include "ui/views/controls/image_view.h"
namespace ash {
-namespace internal {
// An image view with a specified width and height (kTrayPopupDetailsIconWidth).
// If the specified width or height is zero, then the image size is used for
@@ -29,7 +28,6 @@ class FixedSizedImageView : public views::ImageView {
DISALLOW_COPY_AND_ASSIGN(FixedSizedImageView);
};
-} // namespace internal
} // namespace ash
#endif // ASH_SYSTEM_TRAY_FIXED_SIZED_IMAGE_VIEW_H_
« no previous file with comments | « ash/system/tray/actionable_view.cc ('k') | ash/system/tray/fixed_sized_image_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698