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

Unified Diff: ash/system/ime/tray_ime.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/drive/tray_drive.cc ('k') | ash/system/ime/tray_ime.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/ime/tray_ime.h
diff --git a/ash/system/ime/tray_ime.h b/ash/system/ime/tray_ime.h
index 06c81a532a8ace0bb7d16e8120f263cb323d8237..0f46192bcb85c2d315473432ebb872634c19ba99 100644
--- a/ash/system/ime/tray_ime.h
+++ b/ash/system/ime/tray_ime.h
@@ -13,11 +13,8 @@ class Label;
}
namespace ash {
-
struct IMEInfo;
-namespace internal {
-
namespace tray {
class IMEDefaultView;
class IMEDetailedView;
@@ -56,7 +53,6 @@ class TrayIME : public SystemTrayItem,
DISALLOW_COPY_AND_ASSIGN(TrayIME);
};
-} // namespace internal
} // namespace ash
#endif // ASH_SYSTEM_IME_TRAY_IME_H_
« no previous file with comments | « ash/system/drive/tray_drive.cc ('k') | ash/system/ime/tray_ime.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698