diff options
Diffstat (limited to 'content/shell/shell_main.cc')
-rw-r--r-- | content/shell/shell_main.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/shell/shell_main.cc b/content/shell/shell_main.cc index b998aed..8c4892f 100644 --- a/content/shell/shell_main.cc +++ b/content/shell/shell_main.cc @@ -1,8 +1,8 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "content/app/content_main.h" +#include "content/public/app/content_main.h" #include "content/shell/shell_main_delegate.h" #include "sandbox/src/sandbox_types.h" |