diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-25 19:13:05 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-25 19:13:05 +0000 |
commit | 376ecd93d5f3abd1a405d8e10ca837e336eda5d5 (patch) | |
tree | 5c77e48cfc7fc65309b60897bb7f7456b5ebda43 /chrome/common/googleurl_dummy.cc | |
parent | ecde4104c714f838449079659568f1eb7cbc1c1a (diff) | |
download | chromium_src-376ecd93d5f3abd1a405d8e10ca837e336eda5d5.zip chromium_src-376ecd93d5f3abd1a405d8e10ca837e336eda5d5.tar.gz chromium_src-376ecd93d5f3abd1a405d8e10ca837e336eda5d5.tar.bz2 |
Roll GURL deps to pick up ctor/dtor patch.
BUG=none
TEST=compiles
Review URL: http://codereview.chromium.org/4001005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63764 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/googleurl_dummy.cc')
-rw-r--r-- | chrome/common/googleurl_dummy.cc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chrome/common/googleurl_dummy.cc b/chrome/common/googleurl_dummy.cc index f55c263..c00eda5 100644 --- a/chrome/common/googleurl_dummy.cc +++ b/chrome/common/googleurl_dummy.cc @@ -2,6 +2,18 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include "googleurl/src/gurl.h" + +GURL::GURL() {} + +GURL::~GURL() {} + +namespace url_parse { + +Parsed::Parsed() {} + +} // namespace url_parse + namespace url_util { // A dummy version of the url_util function called by url_constants.cc for all |