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

Unified Diff: chrome/browser/budget_service/background_budget_service.h

Issue 2039283002: Create new directory for budget_service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added PRESUMBIT.py Created 4 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/budget_service/background_budget_service.h
diff --git a/chrome/browser/push_messaging/background_budget_service.h b/chrome/browser/budget_service/background_budget_service.h
similarity index 90%
rename from chrome/browser/push_messaging/background_budget_service.h
rename to chrome/browser/budget_service/background_budget_service.h
index 2265c5562a3326882fc85c3062d4208f03ec6dd4..35f79d3da9f5733fa0cfe5a1f57c87f15351a33b 100644
--- a/chrome/browser/push_messaging/background_budget_service.h
+++ b/chrome/browser/budget_service/background_budget_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_PUSH_MESSAGING_BACKGROUND_BUDGET_SERVICE_H_
-#define CHROME_BROWSER_PUSH_MESSAGING_BACKGROUND_BUDGET_SERVICE_H_
+#ifndef CHROME_BROWSER_BUDGET_SERVICE_BACKGROUND_BUDGET_SERVICE_H_
+#define CHROME_BROWSER_BUDGET_SERVICE_BACKGROUND_BUDGET_SERVICE_H_
#include <memory>
#include <string>
@@ -63,4 +63,4 @@ class BackgroundBudgetService : public KeyedService {
DISALLOW_COPY_AND_ASSIGN(BackgroundBudgetService);
};
-#endif // CHROME_BROWSER_PUSH_MESSAGING_BACKGROUND_BUDGET_SERVICE_H_
+#endif // CHROME_BROWSER_BUDGET_SERVICE_BACKGROUND_BUDGET_SERVICE_H_
« no previous file with comments | « chrome/browser/budget_service/PRESUBMIT.py ('k') | chrome/browser/budget_service/background_budget_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698