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

Unified Diff: cc/resources/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/raster_worker_pool.cc ('k') | cc/resources/resource.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/resource.h
diff --git a/cc/resource.h b/cc/resources/resource.h
similarity index 87%
rename from cc/resource.h
rename to cc/resources/resource.h
index f8c21927c9281a69c1fcbaaafa6df6463e6f30e4..f21a174b445de59c0c33f0461a0a02951e583098 100644
--- a/cc/resource.h
+++ b/cc/resources/resource.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_RESOURCE_H_
-#define CC_RESOURCE_H_
+#ifndef CC_RESOURCES_RESOURCE_H_
+#define CC_RESOURCES_RESOURCE_H_
#include "cc/base/cc_export.h"
-#include "cc/resource_provider.h"
+#include "cc/resources/resource_provider.h"
#include "third_party/khronos/GLES2/gl2.h"
#include "ui/gfx/size.h"
@@ -39,4 +39,4 @@ class CC_EXPORT Resource {
} // namespace cc
-#endif // CC_RESOURCE_H_
+#endif // CC_RESOURCES_RESOURCE_H_
« no previous file with comments | « cc/resources/raster_worker_pool.cc ('k') | cc/resources/resource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698