Index: chrome/browser/process_singleton_linux.cc |
=================================================================== |
--- chrome/browser/process_singleton_linux.cc (revision 71835) |
+++ chrome/browser/process_singleton_linux.cc (working copy) |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 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. |
@@ -50,6 +50,7 @@ |
#include <sys/types.h> |
#include <sys/un.h> |
#include <unistd.h> |
+ |
#include <cstring> |
#include <set> |
#include <string> |
@@ -78,7 +79,7 @@ |
#include "chrome/browser/browser_process.h" |
#include "chrome/browser/browser_thread.h" |
#if defined(TOOLKIT_GTK) |
-#include "chrome/browser/gtk/process_singleton_dialog.h" |
+#include "chrome/browser/ui/gtk/process_singleton_dialog.h" |
#endif |
#include "chrome/browser/io_thread.h" |
#include "chrome/browser/profiles/profile.h" |