| Index: content/browser/compositor/resize_lock.h
|
| diff --git a/content/browser/aura/resize_lock.h b/content/browser/compositor/resize_lock.h
|
| similarity index 76%
|
| rename from content/browser/aura/resize_lock.h
|
| rename to content/browser/compositor/resize_lock.h
|
| index cff98224c7f42a8c6cdb15c832d6ff7a40b7e9f7..07acff33cf1e7dd9d774ff21922cfd156cd374b3 100644
|
| --- a/content/browser/aura/resize_lock.h
|
| +++ b/content/browser/compositor/resize_lock.h
|
| @@ -1,9 +1,9 @@
|
| -// 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_H_
|
| -#define CONTENT_BROWSER_AURA_RESIZE_LOCK_H_
|
| +#ifndef CONTENT_BROWSER_COMPOSITOR_RESIZE_LOCK_H_
|
| +#define CONTENT_BROWSER_COMPOSITOR_RESIZE_LOCK_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "content/common/content_export.h"
|
| @@ -34,4 +34,4 @@ class CONTENT_EXPORT ResizeLock {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_BROWSER_AURA_RESIZE_LOCK_H_
|
| +#endif // CONTENT_BROWSER_COMPOSITOR_RESIZE_LOCK_H_
|
|
|