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

Unified Diff: cc/output/gl_frame_data.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/gl_frame_data.h
diff --git a/cc/gl_frame_data.h b/cc/output/gl_frame_data.h
similarity index 82%
rename from cc/gl_frame_data.h
rename to cc/output/gl_frame_data.h
index b7dd6115677f75994f420b2fdec0ce51cb625279..e6d227f4e52bdff22bf3a10d90bb7dfb35c9f6b9 100644
--- a/cc/gl_frame_data.h
+++ b/cc/output/gl_frame_data.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_GL_FRAME_DATA_H_
-#define CC_GL_FRAME_DATA_H_
+#ifndef CC_OUTPUT_GL_FRAME_DATA_H_
+#define CC_OUTPUT_GL_FRAME_DATA_H_
#include <string>
@@ -26,4 +26,4 @@ class CC_EXPORT GLFrameData {
} // namespace cc
-#endif // CC_GL_FRAME_DATA_H_
+#endif // CC_OUTPUT_GL_FRAME_DATA_H_

Powered by Google App Engine
This is Rietveld 408576698