summaryrefslogtreecommitdiffstats
path: root/ash/ash_export.h
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-27 02:36:27 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-27 02:36:27 +0000
commita62e721b4f6a5681bcd76a1715204017b1ef6861 (patch)
tree7249d3b75cc537a49f7a757ab525727fae607de4 /ash/ash_export.h
parent71accd2178fae1ab9b070c823c6f280788952425 (diff)
downloadchromium_src-a62e721b4f6a5681bcd76a1715204017b1ef6861.zip
chromium_src-a62e721b4f6a5681bcd76a1715204017b1ef6861.tar.gz
chromium_src-a62e721b4f6a5681bcd76a1715204017b1ef6861.tar.bz2
Start the move of launcher_types.h to shelf.
I decided to split the constants into its own component to make the transition easier to do and review. BUG=248353 TEST=None, no functional changes R=jamescook@chromium.org,harrym@chromium.org TBR=tapted@chromium.org # for c/b/ui/apps Review URL: https://codereview.chromium.org/97983003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242588 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_export.h')
-rw-r--r--ash/ash_export.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/ash_export.h b/ash/ash_export.h
index c220690..2f59f09 100644
--- a/ash/ash_export.h
+++ b/ash/ash_export.h
@@ -5,8 +5,8 @@
#ifndef ASH_ASH_EXPORT_H_
#define ASH_ASH_EXPORT_H_
-// Defines ASH_EXPORT so that functionality implemented by the aura_shell
-// module can be exported to consumers.
+// Defines ASH_EXPORT so that functionality implemented by the Ash module can
+// be exported to consumers.
#if defined(COMPONENT_BUILD)
#if defined(WIN32)