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

Unified Diff: cc/output/program_binding.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/program_binding.h
diff --git a/cc/program_binding.h b/cc/output/program_binding.h
similarity index 95%
rename from cc/program_binding.h
rename to cc/output/program_binding.h
index 4fa6c7b28252f01c0be2a42c51eecacdb466b0da..77396cc46974b56a374174f5cada599b5562a467 100644
--- a/cc/program_binding.h
+++ b/cc/output/program_binding.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_PROGRAM_BINDING_H_
-#define CC_PROGRAM_BINDING_H_
+#ifndef CC_OUTPUT_PROGRAM_BINDING_H_
+#define CC_OUTPUT_PROGRAM_BINDING_H_
#include <string>
@@ -87,4 +87,4 @@ class ProgramBinding : public ProgramBindingBase {
} // namespace cc
-#endif // CC_PROGRAM_BINDING_H_
+#endif // CC_OUTPUT_PROGRAM_BINDING_H_

Powered by Google App Engine
This is Rietveld 408576698