diff options
author | kinaba@chromium.org <kinaba@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-02 02:01:52 +0000 |
---|---|---|
committer | kinaba@chromium.org <kinaba@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-02 02:01:52 +0000 |
commit | e37e579e906dac6d4de20b457ad762fdf2cdec6f (patch) | |
tree | d0e841600cade5ed2540b3cbe128937fe6ad1d67 /webkit/chromeos | |
parent | fc137eb3a215525b2ae416c77432c46c317901a0 (diff) | |
download | chromium_src-e37e579e906dac6d4de20b457ad762fdf2cdec6f.zip chromium_src-e37e579e906dac6d4de20b457ad762fdf2cdec6f.tar.gz chromium_src-e37e579e906dac6d4de20b457ad762fdf2cdec6f.tar.bz2 |
gdata cleanup: Fix mismatched comments and remove unnecessary forward declarations.
BUG=none.
Review URL: https://chromiumcodereview.appspot.com/10821127
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149562 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/chromeos')
-rw-r--r-- | webkit/chromeos/fileapi/remote_file_system_proxy.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/webkit/chromeos/fileapi/remote_file_system_proxy.h b/webkit/chromeos/fileapi/remote_file_system_proxy.h index 3d54126..463bf33 100644 --- a/webkit/chromeos/fileapi/remote_file_system_proxy.h +++ b/webkit/chromeos/fileapi/remote_file_system_proxy.h @@ -9,8 +9,6 @@ #include "base/memory/ref_counted.h" #include "webkit/fileapi/file_system_operation_interface.h" -class GURL; - namespace fileapi { typedef base::Callback< |