| Index: chrome/browser/vr/vr_tab_helper.h
|
| diff --git a/chrome/browser/android/vr_shell/vr_tab_helper.h b/chrome/browser/vr/vr_tab_helper.h
|
| similarity index 79%
|
| rename from chrome/browser/android/vr_shell/vr_tab_helper.h
|
| rename to chrome/browser/vr/vr_tab_helper.h
|
| index 315ce623a5fe5b3e742173912c81e9cfb5313c9f..b24f3a089b1b15b71576f6e16145af80ba23fa4f 100644
|
| --- a/chrome/browser/android/vr_shell/vr_tab_helper.h
|
| +++ b/chrome/browser/vr/vr_tab_helper.h
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_ANDROID_VR_SHELL_VR_TAB_HELPER_H_
|
| -#define CHROME_BROWSER_ANDROID_VR_SHELL_VR_TAB_HELPER_H_
|
| +#ifndef CHROME_BROWSER_VR_VR_TAB_HELPER_H_
|
| +#define CHROME_BROWSER_VR_VR_TAB_HELPER_H_
|
|
|
| #include "base/macros.h"
|
| #include "content/public/browser/web_contents_user_data.h"
|
|
|
| -namespace vr_shell {
|
| +namespace vr {
|
|
|
| class VrTabHelper : public content::WebContentsUserData<VrTabHelper> {
|
| public:
|
| @@ -33,6 +33,6 @@ class VrTabHelper : public content::WebContentsUserData<VrTabHelper> {
|
| DISALLOW_COPY_AND_ASSIGN(VrTabHelper);
|
| };
|
|
|
| -} // namespace vr_shell
|
| +} // namespace vr
|
|
|
| -#endif // CHROME_BROWSER_ANDROID_VR_SHELL_VR_TAB_HELPER_H_
|
| +#endif // CHROME_BROWSER_VR_VR_TAB_HELPER_H_
|
|
|