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

Unified Diff: cc/resources/memory_history.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/managed_memory_policy.cc ('k') | cc/resources/memory_history.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/memory_history.h
diff --git a/cc/memory_history.h b/cc/resources/memory_history.h
similarity index 91%
rename from cc/memory_history.h
rename to cc/resources/memory_history.h
index fc5bd71f6819972ddad89186681b13000cd5ff32..43762bce9a3bc38492d5b4ef865acad9b6a4e99a 100644
--- a/cc/memory_history.h
+++ b/cc/resources/memory_history.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_MEMORY_HISTORY_H_
-#define CC_MEMORY_HISTORY_H_
+#ifndef CC_RESOURCES_MEMORY_HISTORY_H_
+#define CC_RESOURCES_MEMORY_HISTORY_H_
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
@@ -52,4 +52,4 @@ class MemoryHistory {
} // namespace cc
-#endif // CC_MEMORY_HISTORY_H_
+#endif // CC_RESOURCES_MEMORY_HISTORY_H_
« no previous file with comments | « cc/resources/managed_memory_policy.cc ('k') | cc/resources/memory_history.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698