| Index: chrome/browser/media/webrtc/media_stream_infobar_delegate_android.h
|
| diff --git a/chrome/browser/media/media_stream_infobar_delegate_android.h b/chrome/browser/media/webrtc/media_stream_infobar_delegate_android.h
|
| similarity index 85%
|
| rename from chrome/browser/media/media_stream_infobar_delegate_android.h
|
| rename to chrome/browser/media/webrtc/media_stream_infobar_delegate_android.h
|
| index ed811a96b6042224acdd38f507b89d95250c8a09..2670c335516bceecea98eb8bfcb7d08a862a9a2f 100644
|
| --- a/chrome/browser/media/media_stream_infobar_delegate_android.h
|
| +++ b/chrome/browser/media/webrtc/media_stream_infobar_delegate_android.h
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_MEDIA_MEDIA_STREAM_INFOBAR_DELEGATE_ANDROID_H_
|
| -#define CHROME_BROWSER_MEDIA_MEDIA_STREAM_INFOBAR_DELEGATE_ANDROID_H_
|
| +#ifndef CHROME_BROWSER_MEDIA_WEBRTC_MEDIA_STREAM_INFOBAR_DELEGATE_ANDROID_H_
|
| +#define CHROME_BROWSER_MEDIA_WEBRTC_MEDIA_STREAM_INFOBAR_DELEGATE_ANDROID_H_
|
|
|
| #include <string>
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
| -#include "chrome/browser/media/media_stream_devices_controller.h"
|
| +#include "chrome/browser/media/webrtc/media_stream_devices_controller.h"
|
| #include "chrome/browser/permissions/grouped_permission_infobar_delegate.h"
|
|
|
| // This class configures an infobar shown when a page requests access to a
|
| @@ -48,4 +48,4 @@ class MediaStreamInfoBarDelegateAndroid
|
| DISALLOW_COPY_AND_ASSIGN(MediaStreamInfoBarDelegateAndroid);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_MEDIA_MEDIA_STREAM_INFOBAR_DELEGATE_ANDROID_H_
|
| +#endif // CHROME_BROWSER_MEDIA_WEBRTC_MEDIA_STREAM_INFOBAR_DELEGATE_ANDROID_H_
|
|
|