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

Unified Diff: cc/resources/transferable_resource.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/tile_priority_unittest.cc ('k') | cc/resources/transferable_resource.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/transferable_resource.h
diff --git a/cc/transferable_resource.h b/cc/resources/transferable_resource.h
similarity index 81%
rename from cc/transferable_resource.h
rename to cc/resources/transferable_resource.h
index fdc6c5b7bfeee4f82d773ba2b9a76175208e057f..5c979433c90c1f13cba2949b3f963ef76bf87c8c 100644
--- a/cc/transferable_resource.h
+++ b/cc/resources/transferable_resource.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CC_TRANSFERABLE_RESOURCE_H_
-#define CC_TRANSFERABLE_RESOURCE_H_
+#ifndef CC_RESOURCES_TRANSFERABLE_RESOURCE_H_
+#define CC_RESOURCES_TRANSFERABLE_RESOURCE_H_
#include <vector>
@@ -30,4 +30,4 @@ typedef std::vector<TransferableResource> TransferableResourceArray;
} // namespace cc
-#endif // CC_TRANSFERABLE_RESOURCE_H_
+#endif // CC_RESOURCES_TRANSFERABLE_RESOURCE_H_
« no previous file with comments | « cc/resources/tile_priority_unittest.cc ('k') | cc/resources/transferable_resource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698