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

Unified Diff: chrome/browser/ui/global_error/global_error_bubble_view_base.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
Index: chrome/browser/ui/global_error/global_error_bubble_view_base.h
diff --git a/chrome/browser/ui/global_error_bubble_view_base.h b/chrome/browser/ui/global_error/global_error_bubble_view_base.h
similarity index 72%
rename from chrome/browser/ui/global_error_bubble_view_base.h
rename to chrome/browser/ui/global_error/global_error_bubble_view_base.h
index ce7cfbbdb577cb64f041fe54ddb633c938533f8b..18c3a727da9f56c029de074e5ad4ad0d89b584ab 100644
--- a/chrome/browser/ui/global_error_bubble_view_base.h
+++ b/chrome/browser/ui/global_error/global_error_bubble_view_base.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_BUBBLE_VIEW_BASE_H_
-#define CHROME_BROWSER_UI_GLOBAL_ERROR_BUBBLE_VIEW_BASE_H_
+#ifndef CHROME_BROWSER_UI_GLOBAL_ERROR_GLOBAL_ERROR_BUBBLE_VIEW_BASE_H_
+#define CHROME_BROWSER_UI_GLOBAL_ERROR_GLOBAL_ERROR_BUBBLE_VIEW_BASE_H_
#pragma once
#include "base/basictypes.h"
@@ -24,4 +24,4 @@ class GlobalErrorBubbleViewBase {
virtual void CloseBubbleView() = 0;
};
-#endif // CHROME_BROWSER_UI_GLOBAL_ERROR_BUBBLE_VIEW_BASE_H_
+#endif // CHROME_BROWSER_UI_GLOBAL_ERROR_GLOBAL_ERROR_BUBBLE_VIEW_BASE_H_
« no previous file with comments | « chrome/browser/ui/global_error/global_error.cc ('k') | chrome/browser/ui/global_error/global_error_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698