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

Unified Diff: cc/output/software_output_device.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/software_output_device.h
diff --git a/cc/software_output_device.h b/cc/output/software_output_device.h
similarity index 91%
rename from cc/software_output_device.h
rename to cc/output/software_output_device.h
index f1a795f00f8f82fc89c7ad5538b5f9fbe447d3ac..5ee08e23906712f82e7c76c2afb8699eb860c2b2 100644
--- a/cc/software_output_device.h
+++ b/cc/output/software_output_device.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_SOFTWARE_OUTPUT_DEVICE_H_
-#define CC_SOFTWARE_OUTPUT_DEVICE_H_
+#ifndef CC_OUTPUT_SOFTWARE_OUTPUT_DEVICE_H_
+#define CC_OUTPUT_SOFTWARE_OUTPUT_DEVICE_H_
#include "base/basictypes.h"
#include "cc/base/cc_export.h"
@@ -53,4 +53,4 @@ protected:
} // namespace cc
-#endif // CC_SOFTWARE_OUTPUT_DEVICE_H_
+#endif // CC_OUTPUT_SOFTWARE_OUTPUT_DEVICE_H_

Powered by Google App Engine
This is Rietveld 408576698