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 83% |
rename from content/browser/aura/no_transport_image_transport_factory.h |
rename to content/browser/compositor/no_transport_image_transport_factory.h |
index da2a1f4560de7b71998abe97b3e6db49ea8dbe7f..4f9ead5a8e19d68e2094af2992de982476bcf329 100644 |
--- a/content/browser/aura/no_transport_image_transport_factory.h |
+++ b/content/browser/compositor/no_transport_image_transport_factory.h |
@@ -2,11 +2,11 @@ |
// 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_ |