diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-02 20:21:48 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-02 20:21:48 +0000 |
commit | ec9faf0d3dbbc2b18f77362b09560c42baf28959 (patch) | |
tree | 24a2b28740609164c7fb911854f73e4fc62cc9c8 /chrome/tools | |
parent | 5ef083edbfa1d480b59c8bb646677bba96c3037d (diff) | |
download | chromium_src-ec9faf0d3dbbc2b18f77362b09560c42baf28959.zip chromium_src-ec9faf0d3dbbc2b18f77362b09560c42baf28959.tar.gz chromium_src-ec9faf0d3dbbc2b18f77362b09560c42baf28959.tar.bz2 |
importer: Move importer_messages.[cc,h] to profile_import_process_messages.[cc,h].
BUG=None
TEST=None
R=avi@chromium.org
Review URL: http://codereview.chromium.org/6691019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80268 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools')
-rw-r--r-- | chrome/tools/ipclist/all_messages.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/tools/ipclist/all_messages.h b/chrome/tools/ipclist/all_messages.h index d10c2f9..1d5f69b 100644 --- a/chrome/tools/ipclist/all_messages.h +++ b/chrome/tools/ipclist/all_messages.h @@ -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. @@ -6,7 +6,7 @@ // Inclusion of all message files present in the system. Keep this file // up-to-date when adding a new value to enum IPCMessageStart in // ipc/ipc_message_utils.h to include the corresponding message file. -#include "chrome/browser/importer/importer_messages.h" +#include "chrome/browser/importer/profile_import_process_messages.h" #include "chrome/common/common_message_generator.h" #include "chrome/common/automation_messages.h" #include "chrome/common/nacl_messages.h" |