diff options
author | gunsch@chromium.org <gunsch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-13 09:56:08 +0000 |
---|---|---|
committer | gunsch@chromium.org <gunsch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-13 09:57:38 +0000 |
commit | 70c44063e9e882f916c74b21d42879c77c6bd1d1 (patch) | |
tree | 60a49cb8f834b7bf7b18c6410a8d93e8d39168fe /chromecast/chromecast.gyp | |
parent | 30a6ae023bd4d66687ee4e76e15000bea68bb4a2 (diff) | |
download | chromium_src-70c44063e9e882f916c74b21d42879c77c6bd1d1.zip chromium_src-70c44063e9e882f916c74b21d42879c77c6bd1d1.tar.gz chromium_src-70c44063e9e882f916c74b21d42879c77c6bd1d1.tar.bz2 |
CastContentBrowserClient should not hold CastBrowserMainParts lifetime.
R=lcwu@chromium.org,byungchul@chromium.org
BUG=None
Review URL: https://codereview.chromium.org/463563003
Cr-Commit-Position: refs/heads/master@{#289241}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289241 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromecast/chromecast.gyp')
-rw-r--r-- | chromecast/chromecast.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp index 989b8aa..2430332 100644 --- a/chromecast/chromecast.gyp +++ b/chromecast/chromecast.gyp @@ -1,4 +1,4 @@ -# Copyright 2014 The Chromium Authors. All Rights Reserved. +# Copyright 2014 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. |