| Index: ui/aura/window.h
|
| diff --git a/ui/aura/window.h b/ui/aura/window.h
|
| index 79b8467b32630308cfd59b1e0000c355482a3638..d1cff7b8049994e36da8a15db7dac87b3434b498 100644
|
| --- a/ui/aura/window.h
|
| +++ b/ui/aura/window.h
|
| @@ -52,10 +52,6 @@
|
| template<typename T>
|
| struct WindowProperty;
|
|
|
| -namespace subtle {
|
| -class PropertyHelper;
|
| -}
|
| -
|
| namespace test {
|
| class WindowTestApi;
|
| }
|
| @@ -336,7 +332,7 @@
|
| friend class test::WindowTestApi;
|
| friend class LayoutManager;
|
| friend class WindowTargeter;
|
| - friend class subtle::PropertyHelper;
|
| +
|
| // Called by the public {Set,Get,Clear}Property functions.
|
| int64 SetPropertyInternal(const void* key,
|
| const char* name,
|
|
|