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

Unified Diff: ash/content_support/ash_with_content_export.h

Issue 138223004: Inject GPUDataManager support into ash to abstract a content dependency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 11 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 | « ash/content_support/DEPS ('k') | ash/content_support/gpu_support_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/content_support/ash_with_content_export.h
diff --git a/ash/ash_with_content_export.h b/ash/content_support/ash_with_content_export.h
similarity index 82%
rename from ash/ash_with_content_export.h
rename to ash/content_support/ash_with_content_export.h
index b282e4ebc5d8b86334577aa34d65a52f0f367f4e..155b0b39faff59a28020c40f172f2b8fa041f97c 100644
--- a/ash/ash_with_content_export.h
+++ b/ash/content_support/ash_with_content_export.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 ASH_ASH_WITH_CONTENT_EXPORT_H_
-#define ASH_ASH_WITH_CONTENT_EXPORT_H_
+#ifndef ASH_CONTENT_SUPPORT_ASH_WITH_CONTENT_EXPORT_H_
+#define ASH_CONTENT_SUPPORT_ASH_WITH_CONTENT_EXPORT_H_
// Defines ASH_EXPORT so that functionality implemented by the Ash module can
// be exported to consumers.
@@ -29,4 +29,4 @@
#define ASH_WITH_CONTENT_EXPORT
#endif
-#endif // ASH_ASH_WITH_CONTENT_EXPORT_H_
+#endif // ASH_CONTENT_SUPPORT_ASH_WITH_CONTENT_EXPORT_H_
« no previous file with comments | « ash/content_support/DEPS ('k') | ash/content_support/gpu_support_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698