Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3336)

Unified Diff: cc/resources/content_layer_updater.h

Issue 12471007: Part 8 of cc/ directory shuffles: resources (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/resources/caching_bitmap_content_layer_updater.cc ('k') | cc/resources/content_layer_updater.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/content_layer_updater.h
diff --git a/cc/content_layer_updater.h b/cc/resources/content_layer_updater.h
similarity index 85%
rename from cc/content_layer_updater.h
rename to cc/resources/content_layer_updater.h
index b639102a129e45e1406fc8a1fc20a7337f399f24..bedc6147f17981fabf4b703933330b67238a1e1e 100644
--- a/cc/content_layer_updater.h
+++ b/cc/resources/content_layer_updater.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 CC_CONTENT_LAYER_UPDATER_H_
-#define CC_CONTENT_LAYER_UPDATER_H_
+#ifndef CC_RESOURCES_CONTENT_LAYER_UPDATER_H_
+#define CC_RESOURCES_CONTENT_LAYER_UPDATER_H_
#include "cc/base/cc_export.h"
-#include "cc/layer_updater.h"
+#include "cc/resources/layer_updater.h"
#include "ui/gfx/rect.h"
class SkCanvas;
@@ -40,4 +40,4 @@ class CC_EXPORT ContentLayerUpdater : public LayerUpdater {
} // namespace cc
-#endif // CC_CONTENT_LAYER_UPDATER_H_
+#endif // CC_RESOURCES_CONTENT_LAYER_UPDATER_H_
« no previous file with comments | « cc/resources/caching_bitmap_content_layer_updater.cc ('k') | cc/resources/content_layer_updater.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698