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

Unified Diff: cc/output/renderer.h

Issue 12912006: Part 4 of cc/ directory shuffles: output (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
Index: cc/output/renderer.h
diff --git a/cc/renderer.h b/cc/output/renderer.h
similarity index 96%
rename from cc/renderer.h
rename to cc/output/renderer.h
index b8136cea73867bd9ed980d0af72473d36e6fb7b1..1c309acad89f24508bb8c8635cd0ca10c2fa3e3a 100644
--- a/cc/renderer.h
+++ b/cc/output/renderer.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_RENDERER_H_
-#define CC_RENDERER_H_
+#ifndef CC_OUTPUT_RENDERER_H_
+#define CC_OUTPUT_RENDERER_H_
#include "base/basictypes.h"
#include "cc/base/cc_export.h"
@@ -87,4 +87,4 @@ class CC_EXPORT Renderer {
}
-#endif // CC_RENDERER_H_
+#endif // CC_OUTPUT_RENDERER_H_

Powered by Google App Engine
This is Rietveld 408576698