Index: chrome/browser/themes/browser_theme_pack.cc |
diff --git a/chrome/browser/browser_theme_pack.cc b/chrome/browser/themes/browser_theme_pack.cc |
similarity index 99% |
rename from chrome/browser/browser_theme_pack.cc |
rename to chrome/browser/themes/browser_theme_pack.cc |
index 082f1a86fdf1625c66cad639a4eb388c82b3c883..1934700e8751bb8f466177993c1dc6ea9d5124ad 100644 |
--- a/chrome/browser/browser_theme_pack.cc |
+++ b/chrome/browser/themes/browser_theme_pack.cc |
@@ -2,15 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/browser/browser_theme_pack.h" |
+#include "chrome/browser/themes/browser_theme_pack.h" |
#include "app/resource_bundle.h" |
#include "base/data_pack.h" |
#include "base/stl_util-inl.h" |
#include "base/string_util.h" |
#include "base/utf_string_conversions.h" |
-#include "chrome/browser/browser_theme_provider.h" |
#include "chrome/browser/chrome_thread.h" |
+#include "chrome/browser/themes/browser_theme_provider.h" |
#include "gfx/codec/png_codec.h" |
#include "gfx/skbitmap_operations.h" |
#include "grit/app_resources.h" |