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

Unified Diff: cc/output/context_provider.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/context_provider.h
diff --git a/cc/context_provider.h b/cc/output/context_provider.h
similarity index 91%
rename from cc/context_provider.h
rename to cc/output/context_provider.h
index e8e3f18d60e935ceacbc211d1cfea3f28ca3cf25..3b489c71045dc7b4197b71c4c4f79ad763789dc4 100644
--- a/cc/context_provider.h
+++ b/cc/output/context_provider.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_CONTEXT_PROVIDER_H_
-#define CC_CONTEXT_PROVIDER_H_
+#ifndef CC_OUTPUT_CONTEXT_PROVIDER_H_
+#define CC_OUTPUT_CONTEXT_PROVIDER_H_
#include "base/memory/ref_counted.h"
@@ -39,4 +39,4 @@ class ContextProvider : public base::RefCountedThreadSafe<ContextProvider> {
} // namespace cc
-#endif // CC_CONTEXT_PROVIDER_H_
+#endif // CC_OUTPUT_CONTEXT_PROVIDER_H_

Powered by Google App Engine
This is Rietveld 408576698