| Index: chrome/browser/media_gallery/linux/mtp_device_delegate_impl_linux.h
|
| diff --git a/chrome/browser/media_gallery/mtp_device_delegate_impl_linux.h b/chrome/browser/media_gallery/linux/mtp_device_delegate_impl_linux.h
|
| similarity index 94%
|
| rename from chrome/browser/media_gallery/mtp_device_delegate_impl_linux.h
|
| rename to chrome/browser/media_gallery/linux/mtp_device_delegate_impl_linux.h
|
| index 2fbb350049731cb4f7665f66ada7f3b427a7334d..4c4ee2434aaf01e397cafafb7fb4e8d02503d202 100644
|
| --- a/chrome/browser/media_gallery/mtp_device_delegate_impl_linux.h
|
| +++ b/chrome/browser/media_gallery/linux/mtp_device_delegate_impl_linux.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_MEDIA_GALLERY_MTP_DEVICE_DELEGATE_IMPL_LINUX_H_
|
| -#define CHROME_BROWSER_MEDIA_GALLERY_MTP_DEVICE_DELEGATE_IMPL_LINUX_H_
|
| +#ifndef CHROME_BROWSER_MEDIA_GALLERY_LINUX_MTP_DEVICE_DELEGATE_IMPL_LINUX_H_
|
| +#define CHROME_BROWSER_MEDIA_GALLERY_LINUX_MTP_DEVICE_DELEGATE_IMPL_LINUX_H_
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| @@ -92,4 +92,4 @@ class MTPDeviceDelegateImplLinux : public fileapi::MTPDeviceDelegate {
|
|
|
| } // namespace chrome
|
|
|
| -#endif // CHROME_BROWSER_MEDIA_GALLERY_MTP_DEVICE_DELEGATE_IMPL_LINUX_H_
|
| +#endif // CHROME_BROWSER_MEDIA_GALLERY_LINUX_MTP_DEVICE_DELEGATE_IMPL_LINUX_H_
|
|
|