diff options
author | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-25 03:44:40 +0000 |
---|---|---|
committer | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-25 03:44:40 +0000 |
commit | 0dfc81bbe403cd98f4cd2d58e7817cdc8a881a5f (patch) | |
tree | e78c0118849d836de89315d25ad3980a10fea171 /net/disk_cache/os_file_posix.cc | |
parent | 42be0ca594ed7980c7ee73ef04919cd890463e9a (diff) | |
download | chromium_src-0dfc81bbe403cd98f4cd2d58e7817cdc8a881a5f.zip chromium_src-0dfc81bbe403cd98f4cd2d58e7817cdc8a881a5f.tar.gz chromium_src-0dfc81bbe403cd98f4cd2d58e7817cdc8a881a5f.tar.bz2 |
Move NOTIMPLEMENTED() macro from "base/notimplemented.h" into "base/logging.h".
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1300 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/disk_cache/os_file_posix.cc')
-rw-r--r-- | net/disk_cache/os_file_posix.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/disk_cache/os_file_posix.cc b/net/disk_cache/os_file_posix.cc index 6574423..7b8fe0d 100644 --- a/net/disk_cache/os_file_posix.cc +++ b/net/disk_cache/os_file_posix.cc @@ -4,7 +4,7 @@ #include "net/disk_cache/os_file.h" -#include "base/notimplemented.h" +#include "base/logging.h" namespace disk_cache { |