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

Unified Diff: chrome/browser/resources_util.h

Issue 3026031: browser: Fix some presubmit errors. (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: Created 10 years, 5 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/renderer_host/audio_sync_reader.h ('k') | chrome/browser/scoped_pref_update.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources_util.h
diff --git a/chrome/browser/resources_util.h b/chrome/browser/resources_util.h
index e6cb01c81fbc282498156dd430df5f5f4ebb5ce4..bb399733b24e54796c7b4fb24dbb790dbac9d532 100644
--- a/chrome/browser/resources_util.h
+++ b/chrome/browser/resources_util.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_THEME_RESOURCES_UTIL_H_
-#define CHROME_BROWSER_THEME_RESOURCES_UTIL_H_
+#ifndef CHROME_BROWSER_RESOURCES_UTIL_H_
+#define CHROME_BROWSER_RESOURCES_UTIL_H_
#pragma once
#include <string>
@@ -20,4 +20,4 @@ class ResourcesUtil {
DISALLOW_COPY_AND_ASSIGN(ResourcesUtil);
};
-#endif // CHROME_BROWSER_THEME_RESOURCES_UTIL_H_
+#endif // CHROME_BROWSER_RESOURCES_UTIL_H_
« no previous file with comments | « chrome/browser/renderer_host/audio_sync_reader.h ('k') | chrome/browser/scoped_pref_update.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698