diff options
author | msw@chromium.org <msw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-19 22:32:59 +0000 |
---|---|---|
committer | msw@chromium.org <msw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-19 22:32:59 +0000 |
commit | 93270d001be703684c1c1bd1e28be7e553a19c99 (patch) | |
tree | 4161c4c8fdef06ab6b9e0252134eb1a83e94777a /chrome/browser/process_singleton_linux.cc | |
parent | af463aeaf8ab763f9afdf7193a52238f9bb18fc7 (diff) | |
download | chromium_src-93270d001be703684c1c1bd1e28be7e553a19c99.zip chromium_src-93270d001be703684c1c1bd1e28be7e553a19c99.tar.gz chromium_src-93270d001be703684c1c1bd1e28be7e553a19c99.tar.bz2 |
Update references part 3: remaining files in chrome/...
Update chrome/browser/gtk references & copyright dates of touched files.
Re-alphabetize include lists as necessary from this change.
Manually merge r71828
svn pset svn:eol-style LF \
chrome/browser/automation/testing_automation_provider_gtk.cc \
chrome/browser/speech/speech_input_bubble_gtk.cc
BUG=69289
TEST=none
Review URL: http://codereview.chromium.org/6245006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71859 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/process_singleton_linux.cc')
-rw-r--r-- | chrome/browser/process_singleton_linux.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/process_singleton_linux.cc b/chrome/browser/process_singleton_linux.cc index 7c7cb47..bd987fb 100644 --- a/chrome/browser/process_singleton_linux.cc +++ b/chrome/browser/process_singleton_linux.cc @@ -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" |