Fix ENABLE_INTENTS to ENABLE_WEB_INTENTS that slipped through the cracks.

[email protected]
BUG=None
TEST=None


Review URL: http://codereview.chromium.org/8083026

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103972 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/build/common.gypi b/build/common.gypi
index 20f19ff3..17d707f 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1071,7 +1071,7 @@
       }],
       ['enable_web_intents==1', {
         'defines': [
-          'ENABLE_INTENTS=1',
+          'ENABLE_WEB_INTENTS=1',
         ],
       }],
     ],  # conditions for 'target_defaults'