summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/file_posix.cc
diff options
context:
space:
mode:
authorericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-25 03:44:40 +0000
committerericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-25 03:44:40 +0000
commit0dfc81bbe403cd98f4cd2d58e7817cdc8a881a5f (patch)
treee78c0118849d836de89315d25ad3980a10fea171 /net/disk_cache/file_posix.cc
parent42be0ca594ed7980c7ee73ef04919cd890463e9a (diff)
downloadchromium_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/file_posix.cc')
-rw-r--r--net/disk_cache/file_posix.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/disk_cache/file_posix.cc b/net/disk_cache/file_posix.cc
index 4059418..bd2e779 100644
--- a/net/disk_cache/file_posix.cc
+++ b/net/disk_cache/file_posix.cc
@@ -4,7 +4,7 @@
#include "net/disk_cache/file.h"
-#include "base/notimplemented.h"
+#include "base/logging.h"
#include "net/disk_cache/disk_cache.h"
namespace disk_cache {