// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef STORAGE_BROWSER_TEST_MOCK_BLOB_UTIL_H_ #define STORAGE_BROWSER_TEST_MOCK_BLOB_UTIL_H_ #include <memory> #include <string> #include "base/memory/raw_ptr.h" namespace storage { class BlobDataHandle; class BlobStorageContext; class ScopedTextBlob { … }; } // namespace storage #endif // STORAGE_BROWSER_TEST_MOCK_BLOB_UTIL_H_