| Index: content/browser/renderer_host/compositor_resize_lock_aura.h
|
| diff --git a/content/browser/aura/compositor_resize_lock.h b/content/browser/renderer_host/compositor_resize_lock_aura.h
|
| similarity index 81%
|
| rename from content/browser/aura/compositor_resize_lock.h
|
| rename to content/browser/renderer_host/compositor_resize_lock_aura.h
|
| index 51787e49393089b8e7c968e53e36eaa83baa7174..8a28d15b075518129695f3021664f14d5d8c3e93 100644
|
| --- a/content/browser/aura/compositor_resize_lock.h
|
| +++ b/content/browser/renderer_host/compositor_resize_lock_aura.h
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_BROWSER_AURA_RESIZE_LOCK_AURA_H_
|
| -#define CONTENT_BROWSER_AURA_RESIZE_LOCK_AURA_H_
|
| +#ifndef CONTENT_BROWSER_RENDERER_HOST_COMPOSITOR_RESIZE_LOCK_AURA_H_
|
| +#define CONTENT_BROWSER_RENDERER_HOST_COMPOSITOR_RESIZE_LOCK_AURA_H_
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/time/time.h"
|
| -#include "content/browser/aura/resize_lock.h"
|
| +#include "content/browser/compositor/resize_lock.h"
|
|
|
| namespace aura { class RootWindow; }
|
|
|
| @@ -43,4 +43,4 @@ class CompositorResizeLock : public ResizeLock {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_BROWSER_AURA_RESIZE_LOCK_AURA_H_
|
| +#endif // CONTENT_BROWSER_RENDERER_HOST_COMPOSITOR_RESIZE_LOCK_AURA_H_
|
|
|