| 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_
|
|
|