| Index: chrome/browser/ui/views/frame/browser_frame_aura.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/frame/browser_frame_aura.cc (revision 115744)
|
| +++ chrome/browser/ui/views/frame/browser_frame_aura.cc (working copy)
|
| @@ -165,7 +165,7 @@
|
| browser_view_(browser_view),
|
| browser_frame_(browser_frame) {
|
| CommandLine* command_line = CommandLine::ForCurrentProcess();
|
| - if (command_line->HasSwitch(aura_shell::switches::kAuraTranslucentFrames)) {
|
| + if (command_line->HasSwitch(ash::switches::kAuraTranslucentFrames)) {
|
| // Aura paints layers behind this view, so this must be a layer also.
|
| // TODO: see if we can avoid this, layers are expensive.
|
| browser_view_->SetPaintToLayer(true);
|
|
|