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

Unified Diff: ash/system/tray/tray_image_item.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/tray_event_filter.cc ('k') | ash/system/tray/tray_image_item.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/tray_image_item.h
diff --git a/ash/system/tray/tray_image_item.h b/ash/system/tray/tray_image_item.h
index 6dea5c8372f982e4021f16fdeaf7e8b81af45cc0..6fad95f3a8294b6b236ed06433d2f67294c9b9f8 100644
--- a/ash/system/tray/tray_image_item.h
+++ b/ash/system/tray/tray_image_item.h
@@ -12,8 +12,6 @@ class ImageView;
}
namespace ash {
-namespace internal {
-
class TrayItemView;
class TrayImageItem : public SystemTrayItem {
@@ -50,7 +48,6 @@ class TrayImageItem : public SystemTrayItem {
DISALLOW_COPY_AND_ASSIGN(TrayImageItem);
};
-} // namespace internal
} // namespace ash
#endif // ASH_SYSTEM_TRAY_TRAY_IMAGE_ITEM_H_
« no previous file with comments | « ash/system/tray/tray_event_filter.cc ('k') | ash/system/tray/tray_image_item.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698