| Index: chrome/test/profile_mock.cc
|
| diff --git a/chrome/test/profile_mock.cc b/chrome/test/profile_mock.cc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..6e6bb1f4d4425bb07106ca7a300ad90ad707ec68
|
| --- /dev/null
|
| +++ b/chrome/test/profile_mock.cc
|
| @@ -0,0 +1,9 @@
|
| +// Copyright (c) 2011 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 "chrome/test/profile_mock.h"
|
| +
|
| +ProfileMock::ProfileMock() {}
|
| +
|
| +ProfileMock::~ProfileMock() {}
|
|
|