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

Unified Diff: cc/resources/bitmap_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/resource_update_queue.cc ('k') | cc/resources/bitmap_content_layer_updater.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/bitmap_content_layer_updater.h
diff --git a/cc/bitmap_content_layer_updater.h b/cc/resources/bitmap_content_layer_updater.h
similarity index 91%
rename from cc/bitmap_content_layer_updater.h
rename to cc/resources/bitmap_content_layer_updater.h
index 7f24c509018a94fe6e5eaf64fae0fa043cd0b6b5..0597f824f2d4d40f4ee4de1c55942f169d57fd62 100644
--- a/cc/bitmap_content_layer_updater.h
+++ b/cc/resources/bitmap_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_BITMAP_CONTENT_LAYER_UPDATER_H_
-#define CC_BITMAP_CONTENT_LAYER_UPDATER_H_
+#ifndef CC_RESOURCES_BITMAP_CONTENT_LAYER_UPDATER_H_
+#define CC_RESOURCES_BITMAP_CONTENT_LAYER_UPDATER_H_
#include "cc/base/cc_export.h"
-#include "cc/content_layer_updater.h"
+#include "cc/resources/content_layer_updater.h"
class SkCanvas;
@@ -69,4 +69,4 @@ class CC_EXPORT BitmapContentLayerUpdater : public ContentLayerUpdater {
} // namespace cc
-#endif // CC_BITMAP_CONTENT_LAYER_UPDATER_H_
+#endif // CC_RESOURCES_BITMAP_CONTENT_LAYER_UPDATER_H_
« no previous file with comments | « cc/resource_update_queue.cc ('k') | cc/resources/bitmap_content_layer_updater.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698