| Index: chrome/browser/ui/global_error/global_error_service.h
|
| diff --git a/chrome/browser/ui/global_error_service.h b/chrome/browser/ui/global_error/global_error_service.h
|
| similarity index 92%
|
| rename from chrome/browser/ui/global_error_service.h
|
| rename to chrome/browser/ui/global_error/global_error_service.h
|
| index 0c1890177139ecd537346ff99db72361a18a2434..32a06775a2a56496ebafad642a7bb956ad5dacf3 100644
|
| --- a/chrome/browser/ui/global_error_service.h
|
| +++ b/chrome/browser/ui/global_error/global_error_service.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_UI_GLOBAL_ERROR_SERVICE_H_
|
| -#define CHROME_BROWSER_UI_GLOBAL_ERROR_SERVICE_H_
|
| +#ifndef CHROME_BROWSER_UI_GLOBAL_ERROR_GLOBAL_ERROR_SERVICE_H_
|
| +#define CHROME_BROWSER_UI_GLOBAL_ERROR_GLOBAL_ERROR_SERVICE_H_
|
| #pragma once
|
|
|
| #include <vector>
|
| @@ -66,4 +66,4 @@ class GlobalErrorService : public ProfileKeyedService {
|
| DISALLOW_COPY_AND_ASSIGN(GlobalErrorService);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_UI_GLOBAL_ERROR_SERVICE_H_
|
| +#endif // CHROME_BROWSER_UI_GLOBAL_ERROR_GLOBAL_ERROR_SERVICE_H_
|
|
|