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

Unified Diff: chrome/browser/themes/browser_theme_pack.h

Issue 3173043: Move theme files in chrome/browser/ into a themes/ subdir. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 4 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/themes/browser_theme_pack.h
diff --git a/chrome/browser/browser_theme_pack.h b/chrome/browser/themes/browser_theme_pack.h
similarity index 98%
rename from chrome/browser/browser_theme_pack.h
rename to chrome/browser/themes/browser_theme_pack.h
index c5b20ebcb6c3e73e9b54d8e8158b5ef0ef4cba35..85d27af073be314209471bf6c9e8e06c20c0c230 100644
--- a/chrome/browser/browser_theme_pack.h
+++ b/chrome/browser/themes/browser_theme_pack.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_BROWSER_THEME_PACK_H_
-#define CHROME_BROWSER_BROWSER_THEME_PACK_H_
+#ifndef CHROME_BROWSER_THEMES_BROWSER_THEME_PACK_H_
+#define CHROME_BROWSER_THEMES_BROWSER_THEME_PACK_H_
#pragma once
#include <map>
@@ -223,4 +223,4 @@ class BrowserThemePack : public base::RefCountedThreadSafe<BrowserThemePack> {
DISALLOW_COPY_AND_ASSIGN(BrowserThemePack);
};
-#endif // CHROME_BROWSER_BROWSER_THEME_PACK_H_
+#endif // CHROME_BROWSER_THEMES_BROWSER_THEME_PACK_H_

Powered by Google App Engine
This is Rietveld 408576698