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

Unified Diff: ash/wm/window_state.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/window_resizer.cc ('k') | ash/wm/window_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/window_state.h
diff --git a/ash/wm/window_state.h b/ash/wm/window_state.h
index 8bfb16ef229df1acd525f844d6c0883b95bf434c..4de1f9dd2dc0aba29f5e1ac3629cf2a947368781 100644
--- a/ash/wm/window_state.h
+++ b/ash/wm/window_state.h
@@ -24,10 +24,8 @@ class Rect;
}
namespace ash {
-namespace internal {
class WorkspaceLayoutManager;
class MaximizeModeWindowState;
-}
namespace wm {
class WindowStateDelegate;
@@ -296,7 +294,7 @@ class ASH_EXPORT WindowState : public aura::WindowObserver {
private:
friend class DefaultState;
- friend class ash::internal::MaximizeModeWindowState;
+ friend class ash::MaximizeModeWindowState;
FRIEND_TEST_ALL_PREFIXES(WindowAnimationsTest, CrossFadeToBounds);
WindowStateDelegate* delegate() { return delegate_.get(); }
« no previous file with comments | « ash/wm/window_resizer.cc ('k') | ash/wm/window_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698