Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5151)

Unified Diff: chrome/browser/ui/global_error/global_error.h

Issue 10700027: browser: Move global error to subdir. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/global_error.cc ('k') | chrome/browser/ui/global_error/global_error.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « chrome/browser/ui/global_error.cc ('k') | chrome/browser/ui/global_error/global_error.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698