Eliminate dependence of GoogleURLTracker et al. on InfoBarService
[chromium-blink-merge.git] / base / process / process_metrics_unittest_ios.cc
blob3e1ca35b18c746e4e435fee6c46d0e3b0d087c52
1 // Copyright 2013 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 "base/process/process_metrics.h"
7 #include "base/memory/scoped_ptr.h"
8 #include "testing/gtest/include/gtest/gtest.h"
10 TEST(ProcessMetricsTestIos, Memory) {
11 scoped_ptr<base::ProcessMetrics> process_metrics(
12 base::ProcessMetrics::CreateProcessMetrics(
13 base::GetCurrentProcessHandle()));
15 ASSERT_NE(0u, process_metrics->GetWorkingSetSize());