| Index: components/content_settings/core/browser/local_shared_objects_counter.h
|
| diff --git a/components/content_settings/core/browser/local_shared_objects_counter.h b/components/content_settings/core/browser/local_shared_objects_counter.h
|
| deleted file mode 100644
|
| index 800b5e39e44ada7c85e0074b0bc5b91d36eeddb0..0000000000000000000000000000000000000000
|
| --- a/components/content_settings/core/browser/local_shared_objects_counter.h
|
| +++ /dev/null
|
| @@ -1,28 +0,0 @@
|
| -// Copyright (c) 2014 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.
|
| -
|
| -#ifndef COMPONENTS_CONTENT_SETTINGS_CORE_BROWSER_LOCAL_SHARED_OBJECTS_COUNTER_H_
|
| -#define COMPONENTS_CONTENT_SETTINGS_CORE_BROWSER_LOCAL_SHARED_OBJECTS_COUNTER_H_
|
| -
|
| -#include <stddef.h>
|
| -
|
| -#include "base/macros.h"
|
| -
|
| -class GURL;
|
| -
|
| -// An interface to retrieve counts of browser data objects.
|
| -class LocalSharedObjectsCounter {
|
| - public:
|
| - LocalSharedObjectsCounter() {}
|
| - virtual ~LocalSharedObjectsCounter() {}
|
| -
|
| - virtual size_t GetObjectCount() const = 0;
|
| -
|
| - virtual size_t GetObjectCountForDomain(const GURL& url) const = 0;
|
| -
|
| - private:
|
| - DISALLOW_COPY_AND_ASSIGN(LocalSharedObjectsCounter);
|
| -};
|
| -
|
| -#endif // COMPONENTS_CONTENT_SETTINGS_CORE_BROWSER_LOCAL_SHARED_OBJECTS_COUNTER_H_
|
|
|