Commit 6ac90e20 authored by sadrul@chromium.org's avatar sadrul@chromium.org

Compile fix: the file moved.

BUG=compile failure with touchui=1
TEST=fix compile with touchui=1
TBR=rjkroege@chromium.org

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72490 0039d316-1c4b-4281-b951-d872f2087c98
parent 9a8c4020
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
#include "chrome/browser/ui/touch/tabs/touch_tab.h" #include "chrome/browser/ui/touch/tabs/touch_tab.h"
#include "app/resource_bundle.h"
#include "chrome/browser/themes/browser_theme_provider.h" #include "chrome/browser/themes/browser_theme_provider.h"
#include "gfx/canvas_skia.h" #include "gfx/canvas_skia.h"
#include "gfx/favicon_size.h" #include "gfx/favicon_size.h"
...@@ -12,6 +11,7 @@ ...@@ -12,6 +11,7 @@
#include "gfx/skbitmap_operations.h" #include "gfx/skbitmap_operations.h"
#include "grit/app_resources.h" #include "grit/app_resources.h"
#include "grit/theme_resources.h" #include "grit/theme_resources.h"
#include "ui/base/resource/resource_bundle.h"
static const int kLeftPadding = 16; static const int kLeftPadding = 16;
static const int kRightPadding = 15; static const int kRightPadding = 15;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment