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

Unified Diff: ui/aura_shell/workspace/workspace.h

Issue 8400067: Fixes bug where windows weren't being moved and resized if the desktop (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tweaks Created 9 years, 2 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
Index: ui/aura_shell/workspace/workspace.h
diff --git a/ui/aura_shell/workspace/workspace.h b/ui/aura_shell/workspace/workspace.h
index d04060edd6db5165201c8b56e6f954c94e4aa9fa..027b3939ad15febb70ba278f2e6310a28f3dcabf 100644
--- a/ui/aura_shell/workspace/workspace.h
+++ b/ui/aura_shell/workspace/workspace.h
@@ -17,6 +17,8 @@ class Window;
}
namespace aura_shell {
+namespace internal {
+
class WorkspaceManager;
class WorkspaceTest;
@@ -128,6 +130,7 @@ class AURA_SHELL_EXPORT Workspace {
typedef std::vector<Workspace*> Workspaces;
+} // namespace internal
} // namespace aura_shell
#endif // UI_AURA_SHELL_WORKSPACE_WORKSPACE_H_

Powered by Google App Engine
This is Rietveld 408576698