diff options
author | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-25 19:59:41 +0000 |
---|---|---|
committer | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-25 19:59:41 +0000 |
commit | 886d3721640dd202ac15c4944e4686bd1cf7f16d (patch) | |
tree | f7837588365e131342619d68b3934924c70d0f7a /chrome/browser/chromeos/gdata/gdata_file_system_proxy.h | |
parent | e59f00ea94e2642034881cd3d94d9ac1afa02df8 (diff) | |
download | chromium_src-886d3721640dd202ac15c4944e4686bd1cf7f16d.zip chromium_src-886d3721640dd202ac15c4944e4686bd1cf7f16d.tar.gz chromium_src-886d3721640dd202ac15c4944e4686bd1cf7f16d.tar.bz2 |
RefCounted types should not have public destructors, chromeos edition
BUG=123295
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10386206
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143987 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/gdata/gdata_file_system_proxy.h')
-rw-r--r-- | chrome/browser/chromeos/gdata/gdata_file_system_proxy.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/gdata/gdata_file_system_proxy.h b/chrome/browser/chromeos/gdata/gdata_file_system_proxy.h index 39b1008..34036df 100644 --- a/chrome/browser/chromeos/gdata/gdata_file_system_proxy.h +++ b/chrome/browser/chromeos/gdata/gdata_file_system_proxy.h @@ -23,7 +23,6 @@ class GDataFileSystemProxy : public fileapi::RemoteFileSystemProxyInterface { // |profile| is used to create GDataFileSystem, which is a per-profile // instance. explicit GDataFileSystemProxy(GDataFileSystemInterface* file_system); - virtual ~GDataFileSystemProxy(); // fileapi::RemoteFileSystemProxyInterface overrides. virtual void GetFileInfo(const GURL& path, @@ -65,6 +64,9 @@ class GDataFileSystemProxy : public fileapi::RemoteFileSystemProxyInterface { callback) OVERRIDE; // TODO(zelidrag): More methods to follow as we implement other parts of FSO. + protected: + virtual ~GDataFileSystemProxy(); + private: // Checks if a given |url| belongs to this file system. If it does, // the call will return true and fill in |file_path| with a file path of |