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

Unified Diff: cc/base/switches.h

Issue 12472028: Part 1 of cc/ directory shuffles: base (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/base/scoped_ptr_vector.h ('k') | cc/base/switches.cc » ('j') | cc/cc.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/base/switches.h
diff --git a/cc/switches.h b/cc/base/switches.h
similarity index 94%
rename from cc/switches.h
rename to cc/base/switches.h
index 1f637a1200e488ff0f176b5ab0600e9f95b68379..55e7172cbaa3ceabdaece22c0f9cdaebe9c4c87a 100644
--- a/cc/switches.h
+++ b/cc/base/switches.h
@@ -4,10 +4,10 @@
// Defines all the "cc" command-line switches.
-#ifndef CC_SWITCHES_H_
-#define CC_SWITCHES_H_
+#ifndef CC_BASE_SWITCHES_H_
+#define CC_BASE_SWITCHES_H_
-#include "cc/cc_export.h"
+#include "cc/base/cc_export.h"
// Since cc is used from the render process, anything that goes here also needs
// to be added to render_process_host_impl.cc.
@@ -49,4 +49,4 @@ CC_EXPORT bool IsImplSidePaintingEnabled();
} // namespace switches
} // namespace cc
-#endif // CC_SWITCHES_H_
+#endif // CC_BASE_SWITCHES_H_
« no previous file with comments | « cc/base/scoped_ptr_vector.h ('k') | cc/base/switches.cc » ('j') | cc/cc.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698