chromium/chrome/browser/vr/vr_web_contents_observer.h

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROME_BROWSER_VR_VR_WEB_CONTENTS_OBSERVER_H_
#define CHROME_BROWSER_VR_VR_WEB_CONTENTS_OBSERVER_H_

#include "base/functional/callback.h"
#include "chrome/browser/vr/vr_export.h"
#include "content/public/browser/web_contents_observer.h"

namespace vr {

class VR_EXPORT VrWebContentsObserver : public content::WebContentsObserver {};

}  // namespace vr

#endif  // CHROME_BROWSER_VR_VR_WEB_CONTENTS_OBSERVER_H_