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

Unified Diff: ash/wm/modal_container_layout_manager.h

Issue 9026017: Move some more files into ash... this time seed the window manager dir. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' 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
« no previous file with comments | « ash/wm/image_grid_unittest.cc ('k') | ash/wm/modal_container_layout_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/modal_container_layout_manager.h
===================================================================
--- ash/wm/modal_container_layout_manager.h (revision 115643)
+++ ash/wm/modal_container_layout_manager.h (working copy)
@@ -2,19 +2,19 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_AURA_SHELL_MODAL_CONTAINER_LAYOUT_MANAGER_H_
-#define UI_AURA_SHELL_MODAL_CONTAINER_LAYOUT_MANAGER_H_
+#ifndef ASH_WM_MODAL_CONTAINER_LAYOUT_MANAGER_H_
+#define ASH_WM_MODAL_CONTAINER_LAYOUT_MANAGER_H_
#pragma once
#include <vector>
+#include "ash/wm/modality_event_filter_delegate.h"
#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "base/memory/scoped_ptr.h"
#include "ui/aura/layout_manager.h"
#include "ui/aura/window_observer.h"
#include "ui/aura_shell/aura_shell_export.h"
-#include "ui/aura_shell/modality_event_filter_delegate.h"
#include "ui/gfx/compositor/layer_animation_observer.h"
namespace aura {
@@ -99,4 +99,4 @@
} // namespace internal
} // namespace aura_shell
-#endif // UI_AURA_SHELL_MODAL_CONTAINER_LAYOUT_MANAGER_H_
+#endif // ASH_WM_MODAL_CONTAINER_LAYOUT_MANAGER_H_
« no previous file with comments | « ash/wm/image_grid_unittest.cc ('k') | ash/wm/modal_container_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698