diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-11 00:50:59 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-11 00:50:59 +0000 |
commit | eae9c0623d1800201739b4be146649103a45cd93 (patch) | |
tree | 2ce42f83e18d8a0a618ffd6dbe69b1acade5bda4 /base/global_descriptors_posix.h | |
parent | 26f0821d0a34a79e551213d56054366aab6c70f7 (diff) | |
download | chromium_src-eae9c0623d1800201739b4be146649103a45cd93.zip chromium_src-eae9c0623d1800201739b4be146649103a45cd93.tar.gz chromium_src-eae9c0623d1800201739b4be146649103a45cd93.tar.bz2 |
Order function definitions in base/ according to the header.
BUG=68682
TEST=compiles
Review URL: http://codereview.chromium.org/6085015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70975 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/global_descriptors_posix.h')
-rw-r--r-- | base/global_descriptors_posix.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/base/global_descriptors_posix.h b/base/global_descriptors_posix.h index 0cb5b4f..060bf0a 100644 --- a/base/global_descriptors_posix.h +++ b/base/global_descriptors_posix.h @@ -55,9 +55,7 @@ class GlobalDescriptors { // Set the descriptor for the given key. void Set(Key key, int fd); - void Reset(const Mapping& mapping) { - descriptors_ = mapping; - } + void Reset(const Mapping& mapping); private: friend struct DefaultSingletonTraits<GlobalDescriptors>; |