summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources_util.h')
-rw-r--r--chrome/browser/resources_util.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/chrome/browser/resources_util.h b/chrome/browser/resources_util.h
index c1400d7..bb39973 100644
--- a/chrome/browser/resources_util.h
+++ b/chrome/browser/resources_util.h
@@ -2,8 +2,9 @@
// 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>
@@ -19,4 +20,4 @@ class ResourcesUtil {
DISALLOW_COPY_AND_ASSIGN(ResourcesUtil);
};
-#endif // CHROME_BROWSER_THEME_RESOURCES_UTIL_H_
+#endif // CHROME_BROWSER_RESOURCES_UTIL_H_