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

Unified Diff: cc/resources/scoped_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/resource_update_queue.cc ('k') | cc/resources/scoped_resource.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/scoped_resource.h
diff --git a/cc/scoped_resource.h b/cc/resources/scoped_resource.h
similarity index 86%
rename from cc/scoped_resource.h
rename to cc/resources/scoped_resource.h
index 53b0ba18d44163c817d239db54f9e04bb97adb86..f6151b6b1defc45fa06bb4e417a5114873b24b73 100644
--- a/cc/scoped_resource.h
+++ b/cc/resources/scoped_resource.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CC_SCOPED_RESOURCE_H_
-#define CC_SCOPED_RESOURCE_H_
+#ifndef CC_RESOURCES_SCOPED_RESOURCE_H_
+#define CC_RESOURCES_SCOPED_RESOURCE_H_
#include "base/basictypes.h"
#include "base/logging.h"
#include "base/memory/scoped_ptr.h"
#include "cc/base/cc_export.h"
-#include "cc/resource.h"
+#include "cc/resources/resource.h"
#ifndef NDEBUG
#include "base/threading/platform_thread.h"
@@ -45,4 +45,4 @@ class CC_EXPORT ScopedResource : public Resource {
}
-#endif // CC_SCOPED_RESOURCE_H_
+#endif // CC_RESOURCES_SCOPED_RESOURCE_H_
« no previous file with comments | « cc/resources/resource_update_queue.cc ('k') | cc/resources/scoped_resource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698