#ifndef CHROME_BROWSER_SHARING_SHARED_CLIPBOARD_SHARED_CLIPBOARD_TEST_BASE_H_
#define CHROME_BROWSER_SHARING_SHARED_CLIPBOARD_SHARED_CLIPBOARD_TEST_BASE_H_
#include <memory>
#include <string>
#include "chrome/test/base/testing_profile.h"
#include "content/public/test/browser_task_environment.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/skia/include/core/SkBitmap.h"
class MockSharingService;
class NotificationDisplayServiceTester;
namespace components_sharing_message {
class SharingMessage;
}
namespace message_center {
class Notification;
}
class SharedClipboardTestBase : public testing::Test { … };
#endif