| Index: content/browser/compositor/no_transport_image_transport_factory.h
|
| diff --git a/content/browser/aura/no_transport_image_transport_factory.h b/content/browser/compositor/no_transport_image_transport_factory.h
|
| similarity index 79%
|
| rename from content/browser/aura/no_transport_image_transport_factory.h
|
| rename to content/browser/compositor/no_transport_image_transport_factory.h
|
| index da2a1f4560de7b71998abe97b3e6db49ea8dbe7f..c4c2c20351753fdcca752f46440d38d89df73839 100644
|
| --- a/content/browser/aura/no_transport_image_transport_factory.h
|
| +++ b/content/browser/compositor/no_transport_image_transport_factory.h
|
| @@ -1,12 +1,12 @@
|
| -// Copyright (c) 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_NO_TRANSPORT_IMAGE_TRANSPORT_FACTORY_H_
|
| -#define CONTENT_BROWSER_AURA_NO_TRANSPORT_IMAGE_TRANSPORT_FACTORY_H_
|
| +#ifndef CONTENT_BROWSER_COMPOSITOR_NO_TRANSPORT_IMAGE_TRANSPORT_FACTORY_H_
|
| +#define CONTENT_BROWSER_COMPOSITOR_NO_TRANSPORT_IMAGE_TRANSPORT_FACTORY_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "content/browser/aura/image_transport_factory.h"
|
| +#include "content/browser/compositor/image_transport_factory.h"
|
|
|
| namespace cc {
|
| class ContextProvider;
|
| @@ -44,4 +44,4 @@ class NoTransportImageTransportFactory : public ImageTransportFactory {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_BROWSER_AURA_NO_TRANSPORT_IMAGE_TRANSPORT_FACTORY_H_
|
| +#endif // CONTENT_BROWSER_COMPOSITOR_NO_TRANSPORT_IMAGE_TRANSPORT_FACTORY_H_
|
|
|