| Index: blimp/net/helium/running_as.h
|
| diff --git a/blimp/common/blob_cache/mock_blob_cache.cc b/blimp/net/helium/running_as.h
|
| similarity index 56%
|
| copy from blimp/common/blob_cache/mock_blob_cache.cc
|
| copy to blimp/net/helium/running_as.h
|
| index 4cf10522588b680929bcbe0a751f6e8dbff32b4f..eb5e07e8f7ecb5d4fb9756603994f400f4b519d4 100644
|
| --- a/blimp/common/blob_cache/mock_blob_cache.cc
|
| +++ b/blimp/net/helium/running_as.h
|
| @@ -2,12 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "blimp/common/blob_cache/mock_blob_cache.h"
|
| +#ifndef BLIMP_NET_HELIUM_RUNNING_AS_H_
|
| +#define BLIMP_NET_HELIUM_RUNNING_AS_H_
|
|
|
| namespace blimp {
|
|
|
| -MockBlobCache::MockBlobCache() {}
|
| -
|
| -MockBlobCache::~MockBlobCache() {}
|
| +enum class RunningAs { Client, Engine };
|
|
|
| } // namespace blimp
|
| +
|
| +#endif // BLIMP_NET_HELIUM_RUNNING_AS_H_
|
|
|