| Index: content/browser/renderer_host/resize_lock.h
|
| diff --git a/content/browser/compositor/resize_lock.h b/content/browser/renderer_host/resize_lock.h
|
| similarity index 82%
|
| rename from content/browser/compositor/resize_lock.h
|
| rename to content/browser/renderer_host/resize_lock.h
|
| index 8b4829785eb77556c3d233301e93d9ab43e4b2bf..fa8d963ccae228329b4d56d60b91582902669ef4 100644
|
| --- a/content/browser/compositor/resize_lock.h
|
| +++ b/content/browser/renderer_host/resize_lock.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_BROWSER_COMPOSITOR_RESIZE_LOCK_H_
|
| -#define CONTENT_BROWSER_COMPOSITOR_RESIZE_LOCK_H_
|
| +#ifndef CONTENT_BROWSER_RENDERER_HOST_RESIZE_LOCK_H_
|
| +#define CONTENT_BROWSER_RENDERER_HOST_RESIZE_LOCK_H_
|
|
|
| #include "base/macros.h"
|
| #include "content/common/content_export.h"
|
| @@ -34,4 +34,4 @@ class CONTENT_EXPORT ResizeLock {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_BROWSER_COMPOSITOR_RESIZE_LOCK_H_
|
| +#endif // CONTENT_BROWSER_RENDERER_HOST_RESIZE_LOCK_H_
|
|
|