| Index: content/browser/indexed_db/indexed_db_observer.cc
|
| diff --git a/content/public/gpu/content_gpu_client.cc b/content/browser/indexed_db/indexed_db_observer.cc
|
| similarity index 52%
|
| copy from content/public/gpu/content_gpu_client.cc
|
| copy to content/browser/indexed_db/indexed_db_observer.cc
|
| index c2a8eacc3c51547a6b99d409e6c43c316feadb6b..56d53eb77b4e331f4a13623830fd495f54edaedd 100644
|
| --- a/content/public/gpu/content_gpu_client.cc
|
| +++ b/content/browser/indexed_db/indexed_db_observer.cc
|
| @@ -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 "content/public/gpu/content_gpu_client.h"
|
| +#include "content/browser/indexed_db/indexed_db_observer.h"
|
|
|
| namespace content {
|
|
|
| -gpu::SyncPointManager* ContentGpuClient::GetSyncPointManager() {
|
| - return nullptr;
|
| -}
|
| +IndexedDBObserver::IndexedDBObserver(int32_t observer_id)
|
| + : observer_id_(observer_id) {}
|
| +
|
| +IndexedDBObserver::~IndexedDBObserver() {}
|
|
|
| } // namespace content
|
|
|