summaryrefslogtreecommitdiffstats
path: root/chrome/service/service_process_unittest.cc
blob: b3ba6081286bc17041c9db576145388fdae548f9 (plain)
1
2
3
4
5
6
7
8
9
// Copyright (c) 2010 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "testing/gtest/include/gtest/gtest.h"

TEST(ServiceProcessTest, Run) {
  // TODO(hclam): Implement this test.
}