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

Unified Diff: ash/wm/system_modal_container_event_filter_delegate.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/wm/system_modal_container_event_filter.cc ('k') | ash/wm/system_modal_container_layout_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/system_modal_container_event_filter_delegate.h
diff --git a/ash/wm/system_modal_container_event_filter_delegate.h b/ash/wm/system_modal_container_event_filter_delegate.h
index 4e27d0000c9195a28fc9bc011237bb6337e41181..a5765f62205c01653b3d9d866a0e0d20669a9ac9 100644
--- a/ash/wm/system_modal_container_event_filter_delegate.h
+++ b/ash/wm/system_modal_container_event_filter_delegate.h
@@ -12,7 +12,6 @@ class Window;
}
namespace ash {
-namespace internal {
class ASH_EXPORT SystemModalContainerEventFilterDelegate {
public:
@@ -20,7 +19,6 @@ class ASH_EXPORT SystemModalContainerEventFilterDelegate {
virtual bool CanWindowReceiveEvents(aura::Window* window) = 0;
};
-} // namespace internal
} // namespace ash
#endif // ASH_WM_MODALITY_EVENT_FILTER_DELEGATE_H_
« no previous file with comments | « ash/wm/system_modal_container_event_filter.cc ('k') | ash/wm/system_modal_container_layout_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698