| Index: chrome/browser/chromeos/file_manager/desktop_notifications.h
|
| diff --git a/chrome/browser/chromeos/extensions/file_manager/desktop_notifications.h b/chrome/browser/chromeos/file_manager/desktop_notifications.h
|
| similarity index 93%
|
| rename from chrome/browser/chromeos/extensions/file_manager/desktop_notifications.h
|
| rename to chrome/browser/chromeos/file_manager/desktop_notifications.h
|
| index 40e9d3346b5d9d6f2fc5d40e4ceacfc8bfc01f7f..e98af5770d6880751f84ce9fe959252ca1b59199 100644
|
| --- a/chrome/browser/chromeos/extensions/file_manager/desktop_notifications.h
|
| +++ b/chrome/browser/chromeos/file_manager/desktop_notifications.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_CHROMEOS_EXTENSIONS_FILE_MANAGER_DESKTOP_NOTIFICATIONS_H_
|
| -#define CHROME_BROWSER_CHROMEOS_EXTENSIONS_FILE_MANAGER_DESKTOP_NOTIFICATIONS_H_
|
| +#ifndef CHROME_BROWSER_CHROMEOS_FILE_MANAGER_DESKTOP_NOTIFICATIONS_H_
|
| +#define CHROME_BROWSER_CHROMEOS_FILE_MANAGER_DESKTOP_NOTIFICATIONS_H_
|
|
|
| #include <map>
|
| #include <set>
|
| @@ -104,4 +104,4 @@ class DesktopNotifications
|
|
|
| } // namespace file_manager
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_EXTENSIONS_FILE_MANAGER_DESKTOP_NOTIFICATIONS_H_
|
| +#endif // CHROME_BROWSER_CHROMEOS_FILE_MANAGER_DESKTOP_NOTIFICATIONS_H_
|
|
|