Index: chrome/app/chrome_main.cc |
=================================================================== |
--- chrome/app/chrome_main.cc (revision 121246) |
+++ chrome/app/chrome_main.cc (working copy) |
@@ -1,10 +1,10 @@ |
-// 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 "chrome/app/chrome_main_delegate.h" |
-#include "content/app/content_main.h" |
+#include "content/public/app/content_main.h" |
#if defined(OS_WIN) |
#define DLLEXPORT __declspec(dllexport) |