diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-08 21:11:53 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-08 21:11:53 +0000 |
commit | f20d733f2788dc6b1c28e02b15790bae2332eafd (patch) | |
tree | 95ecd9a7a1eef28b16451ea9311cba2ab9401fa5 /chrome/browser/extensions/extension_browsertest.h | |
parent | d806f5cf7db551882c4b3ca5db6eedd184a58164 (diff) | |
download | chromium_src-f20d733f2788dc6b1c28e02b15790bae2332eafd.zip chromium_src-f20d733f2788dc6b1c28e02b15790bae2332eafd.tar.gz chromium_src-f20d733f2788dc6b1c28e02b15790bae2332eafd.tar.bz2 |
Update a bunch of files to the new location of notification files.
First part of the remaining files.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/6649001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77330 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/extension_browsertest.h')
-rw-r--r-- | chrome/browser/extensions/extension_browsertest.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/extensions/extension_browsertest.h b/chrome/browser/extensions/extension_browsertest.h index 40a71be..b3bd018 100644 --- a/chrome/browser/extensions/extension_browsertest.h +++ b/chrome/browser/extensions/extension_browsertest.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. @@ -10,10 +10,10 @@ #include "base/command_line.h" #include "base/file_path.h" -#include "chrome/common/notification_details.h" -#include "chrome/common/notification_observer.h" -#include "chrome/common/notification_type.h" #include "chrome/test/in_process_browser_test.h" +#include "content/common/notification_details.h" +#include "content/common/notification_observer.h" +#include "content/common/notification_type.h" // Base class for extension browser tests. Provides utilities for loading, // unloading, and installing extensions. |