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

Unified Diff: chrome/browser/themes/browser_theme_pack_unittest.cc

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_unittest.cc
diff --git a/chrome/browser/browser_theme_pack_unittest.cc b/chrome/browser/themes/browser_theme_pack_unittest.cc
similarity index 99%
rename from chrome/browser/browser_theme_pack_unittest.cc
rename to chrome/browser/themes/browser_theme_pack_unittest.cc
index eaeba796601338dbbcdf1bd4405cad548049c1ea..9fae131d7d85351d8b36acd77b89af755f800449 100644
--- a/chrome/browser/browser_theme_pack_unittest.cc
+++ b/chrome/browser/themes/browser_theme_pack_unittest.cc
@@ -2,7 +2,7 @@
// 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 "base/file_util.h"
#include "base/json/json_reader.h"
@@ -10,8 +10,8 @@
#include "base/path_service.h"
#include "base/scoped_temp_dir.h"
#include "base/values.h"
-#include "chrome/browser/browser_theme_provider.h"
#include "chrome/browser/chrome_thread.h"
+#include "chrome/browser/themes/browser_theme_provider.h"
#include "chrome/common/chrome_paths.h"
#include "chrome/common/json_value_serializer.h"
#include "gfx/color_utils.h"

Powered by Google App Engine
This is Rietveld 408576698