| Index: chrome/browser/system_monitor/removable_device_constants.h
|
| diff --git a/chrome/browser/media_gallery/media_gallery_constants.h b/chrome/browser/system_monitor/removable_device_constants.h
|
| similarity index 69%
|
| rename from chrome/browser/media_gallery/media_gallery_constants.h
|
| rename to chrome/browser/system_monitor/removable_device_constants.h
|
| index a4fbfe91ed1bf52ad99aea8ee1a6e0a654deff38..64ba0ec6dc6ed29a8ecdfdbc394e2757205a4b64 100644
|
| --- a/chrome/browser/media_gallery/media_gallery_constants.h
|
| +++ b/chrome/browser/system_monitor/removable_device_constants.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_MEDIA_GALLERY_CONSTANTS_H_
|
| -#define CHROME_BROWSER_MEDIA_GALLERY_MEDIA_GALLERY_CONSTANTS_H_
|
| +#ifndef CHROME_BROWSER_SYSTEM_MONITOR_REMOVABLE_DEVICE_CONSTANTS_H_
|
| +#define CHROME_BROWSER_SYSTEM_MONITOR_REMOVABLE_DEVICE_CONSTANTS_H_
|
|
|
| namespace chrome {
|
|
|
| @@ -17,4 +17,4 @@ extern const char kSpaceDelim[];
|
|
|
| } // namespace chrome
|
|
|
| -#endif // CHROME_BROWSER_MEDIA_GALLERY_MEDIA_GALLERY_CONSTANTS_H_
|
| +#endif // CHROME_BROWSER_SYSTEM_MONITOR_REMOVABLE_DEVICE_CONSTANTS_H_
|
|
|