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

Unified Diff: chrome/browser/ui/global_error/global_error_service_factory.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_service_factory.h
diff --git a/chrome/browser/ui/global_error_service_factory.h b/chrome/browser/ui/global_error/global_error_service_factory.h
similarity index 79%
rename from chrome/browser/ui/global_error_service_factory.h
rename to chrome/browser/ui/global_error/global_error_service_factory.h
index 9e647216e63ba991a29c4a60bf2a4a2755a31beb..ac3802d88129aa09486c422b1dc64f30800bd830 100644
--- a/chrome/browser/ui/global_error_service_factory.h
+++ b/chrome/browser/ui/global_error/global_error_service_factory.h
@@ -1,9 +1,9 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// 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_FACTORY_H_
-#define CHROME_BROWSER_UI_GLOBAL_ERROR_SERVICE_FACTORY_H_
+#ifndef CHROME_BROWSER_UI_GLOBAL_ERROR_GLOBAL_ERROR_SERVICE_FACTORY_H_
+#define CHROME_BROWSER_UI_GLOBAL_ERROR_GLOBAL_ERROR_SERVICE_FACTORY_H_
#pragma once
#include "base/basictypes.h"
@@ -36,4 +36,4 @@ class GlobalErrorServiceFactory : public ProfileKeyedServiceFactory {
DISALLOW_COPY_AND_ASSIGN(GlobalErrorServiceFactory);
};
-#endif // CHROME_BROWSER_UI_GLOBAL_ERROR_SERVICE_FACTORY_H_
+#endif // CHROME_BROWSER_UI_GLOBAL_ERROR_GLOBAL_ERROR_SERVICE_FACTORY_H_

Powered by Google App Engine
This is Rietveld 408576698