Remove PlatformFile from profile_browsertest
[chromium-blink-merge.git] / net / base / file_stream_metrics_posix.cc
blob7407d50c6e79f0b67557266b584ad8df7323ac28
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "net/base/file_stream_metrics.h"
7 namespace net {
9 int GetFileErrorUmaBucket(int error) {
10 return 1;
13 int MaxFileErrorUmaBucket() {
14 return 2;
17 int MaxFileErrorUmaValue() {
18 return 160;
21 } // namespace net