diff options
author | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-14 18:58:17 +0000 |
---|---|---|
committer | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-14 18:58:17 +0000 |
commit | 8efa6801b4ee41ab37d2b65fbd823fba242e1adb (patch) | |
tree | bbe71d222b2e2c60a307e5f147af6011b0e6b021 /chrome/browser/geolocation | |
parent | f56e69453eced97f31dc23bc72ae883f9e260eee (diff) | |
download | chromium_src-8efa6801b4ee41ab37d2b65fbd823fba242e1adb.zip chromium_src-8efa6801b4ee41ab37d2b65fbd823fba242e1adb.tar.gz chromium_src-8efa6801b4ee41ab37d2b65fbd823fba242e1adb.tar.bz2 |
Revert everything related to the relanding.
Review URL: http://codereview.chromium.org/2982009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52367 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/geolocation')
-rw-r--r-- | chrome/browser/geolocation/access_token_store.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/geolocation/access_token_store.h b/chrome/browser/geolocation/access_token_store.h index 1002044..8ecc81c 100644 --- a/chrome/browser/geolocation/access_token_store.h +++ b/chrome/browser/geolocation/access_token_store.h @@ -17,6 +17,7 @@ #include "base/ref_counted.h" #include "base/string16.h" +#include "base/task.h" #include "chrome/browser/cancelable_request.h" #include "googleurl/src/gurl.h" |