| Index: chrome/browser/ui/global_error/global_error.h
|
| diff --git a/chrome/browser/ui/global_error.h b/chrome/browser/ui/global_error/global_error.h
|
| similarity index 94%
|
| rename from chrome/browser/ui/global_error.h
|
| rename to chrome/browser/ui/global_error/global_error.h
|
| index fb579f8ab75b420d920b546cc4f9a0aa3063690f..487cea476abce9040f4df18449f5dce8ecfae9b3 100644
|
| --- a/chrome/browser/ui/global_error.h
|
| +++ b/chrome/browser/ui/global_error/global_error.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_H_
|
| -#define CHROME_BROWSER_UI_GLOBAL_ERROR_H_
|
| +#ifndef CHROME_BROWSER_UI_GLOBAL_ERROR_GLOBAL_ERROR_H_
|
| +#define CHROME_BROWSER_UI_GLOBAL_ERROR_GLOBAL_ERROR_H_
|
| #pragma once
|
|
|
| #include "base/basictypes.h"
|
| @@ -75,4 +75,4 @@ class GlobalError : public base::SupportsWeakPtr<GlobalError> {
|
| DISALLOW_COPY_AND_ASSIGN(GlobalError);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_UI_GLOBAL_ERROR_H_
|
| +#endif // CHROME_BROWSER_UI_GLOBAL_ERROR_GLOBAL_ERROR_H_
|
|
|