| 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 76%
|
| rename from content/browser/aura/compositor_resize_lock.h
|
| rename to content/browser/renderer_host/compositor_resize_lock_aura.h
|
| index 51787e49393089b8e7c968e53e36eaa83baa7174..6963ac2ab504438b9a99c93913a1ca713fec7668 100644
|
| --- a/content/browser/aura/compositor_resize_lock.h
|
| +++ b/content/browser/renderer_host/compositor_resize_lock_aura.h
|
| @@ -1,14 +1,14 @@
|
| -// Copyright 2013 The Chromium Authors. All rights reserved.
|
| +// Copyright 2014 The Chromium Authors. All rights reserved.
|
| // 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_
|
|
|