Index: webkit/browser/blob/view_blob_internals_job.h |
=================================================================== |
--- webkit/browser/blob/view_blob_internals_job.h (revision 0) |
+++ webkit/browser/blob/view_blob_internals_job.h (working copy) |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef WEBKIT_BLOB_VIEW_BLOB_INTERNALS_JOB_H_ |
+#ifndef WEBKIT_BROWSER_BLOB_VIEW_BLOB_INTERNALS_JOB_H_ |
#define WEBKIT_BLOB_VIEW_BLOB_INTERNALS_JOB_H_ |
jamesr
2013/05/24 20:30:46
this needs to match the #ifndef guard
michaeln
2013/05/24 20:45:25
Done. (thnx)
|
#include <string> |
@@ -54,4 +54,4 @@ |
} // namespace webkit_blob |
-#endif // WEBKIT_BLOB_VIEW_BLOB_INTERNALS_JOB_H_ |
+#endif // WEBKIT_BROWSER_BLOB_VIEW_BLOB_INTERNALS_JOB_H_ |