summaryrefslogtreecommitdiffstats
path: root/chrome/browser/external_protocol
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-07 20:39:24 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-07 20:39:24 +0000
commitdc8b0fc2646775cc91ed9d76ef0efc5dfb3708d2 (patch)
tree2194fc8805fba3b219f0818f0975518e2bbb2cf7 /chrome/browser/external_protocol
parentbcc1b2d337bfbcc15d416f30baa6a26002207ed6 (diff)
downloadchromium_src-dc8b0fc2646775cc91ed9d76ef0efc5dfb3708d2.zip
chromium_src-dc8b0fc2646775cc91ed9d76ef0efc5dfb3708d2.tar.gz
chromium_src-dc8b0fc2646775cc91ed9d76ef0efc5dfb3708d2.tar.bz2
DEFINE_WEB_CONTENTS_USER_DATA_KEY now requires a semicolon.
BUG=168549 TEST=none; tested by compile Review URL: https://chromiumcodereview.appspot.com/11783012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175378 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/external_protocol')
-rw-r--r--chrome/browser/external_protocol/external_protocol_observer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/external_protocol/external_protocol_observer.cc b/chrome/browser/external_protocol/external_protocol_observer.cc
index 082dc17..2d3f10d 100644
--- a/chrome/browser/external_protocol/external_protocol_observer.cc
+++ b/chrome/browser/external_protocol/external_protocol_observer.cc
@@ -8,7 +8,7 @@
using content::WebContents;
-DEFINE_WEB_CONTENTS_USER_DATA_KEY(ExternalProtocolObserver)
+DEFINE_WEB_CONTENTS_USER_DATA_KEY(ExternalProtocolObserver);
ExternalProtocolObserver::ExternalProtocolObserver(WebContents* web_contents)
: content::WebContentsObserver(web_contents) {